rttr
Type inspector
A C++ library that enables runtime type reflection and introspection of classes, allowing developers to inspect and manipulate objects at runtime.
C++ Reflection Library
3k stars
92 watching
446 forks
Language: C++
last commit: 9 months ago
Linked from 4 awesome lists
c-plus-pluscmakecplusplus-11introspectionlibrarypropertiesreflectionserialization
Related projects:
Repository | Description | Stars |
---|---|---|
austinbrunkhorst/cpp-reflection | A C++ toolkit for analyzing and manipulating source code at runtime | 671 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,351 |
getml/reflect-cpp | A C++20 library for fast serialization and deserialization using reflection | 1,165 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 227 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 99 |
garettbass/reflect | Easy reflection and serialization library for C++17 | 51 |
ejpcmac/typed_struct_legacy_reflection | Re-enables legacy reflection functions from TypedStruct 0.1.x in Elixir. | 0 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,097 |
billyquith/ponder | A C++ reflection library with Lua binding and JSON/ XML serialization. | 649 |
timkerchmar/tstype | A C++ library that enables reflection and inspection of third-party class types without modifying their source code. | 47 |
bogdanovkirill/rtspclientsharp | A C# RTSP client implementation for .NET Standard 2.0 with asynchronous nature and low GC pressure. | 737 |
clarkok/reflect | A header-only library for creating runtime reflections of classes and enums | 25 |