CPP-Reflection
Source analysis toolkit
A C++ toolkit for analyzing and manipulating source code at runtime
C++ Reflection Parser / Runtime Skeleton
667 stars
49 watching
94 forks
Language: C++
last commit: about 5 years ago
Linked from 3 awesome lists
automationbuildc-plus-pluscmakelibclangmetareflection
Related projects:
Repository | Description | Stars |
---|---|---|
getml/reflect-cpp | A C++ library for fast serialization and validation using reflection | 1,126 |
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,086 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 96 |
skypjack/meta | A header-only, non-intrusive and macro-free runtime reflection system for C++ | 590 |
billyquith/ponder | A C++ reflection library with Lua binding and JSON/ XML serialization. | 648 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
onqtam/cmake-reflection-template | A template for automatically generating C++ reflection code using CMake and Python | 39 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |
clarkok/reflect | A header-only library for creating runtime reflections of classes and enums | 25 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 225 |
celtoys/clreflect | A C++ library that enables dynamic reflection and metadata management using Clang's compiler infrastructure | 275 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,334 |
chronoxor/cppbenchmark | A performance benchmarking framework for C++ to measure and analyze code execution time and efficiency | 281 |
cylix/reflex | A C++14 reflection library for inspecting and manipulating objects at runtime. | 134 |
bsamseth/cpp-project | A template for building and testing C++ projects with automated testing and reporting features. | 600 |