chakaz / reflang
Reflang - Modern C++ reflection using libclang
☆366Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for reflang
- C++ Reflection Parser / Runtime Skeleton☆669Updated 5 years ago
- Header-only, non-intrusive and macro-free runtime reflection system in C++☆589Updated 4 years ago
- Metareflect is a lightweight reflection system for C++, based on LLVM and Clangs libtooling.☆242Updated 5 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆257Updated 3 years ago
- C++ Reflection using clang☆275Updated last year
- Compile Time Type Information for C++☆574Updated last year
- A library for C++ reflection and introspection☆199Updated 7 years ago
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆648Updated 2 years ago
- Sample project for a small, flexible runtime reflection system using C++11☆294Updated 4 years ago
- A miniature library for struct-field reflection in C++☆500Updated last year
- C++17 Run-time Polymorphism (Type Erasure) library☆463Updated 5 months ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆397Updated 2 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more