reflect
Reflection library
Easy reflection and serialization library for C++17
easy reflection and serialization for C++17, MIT licensed
51 stars
6 watching
2 forks
Language: C++
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 99 |
garettbass/oc | A set of tools for declaring and invoking Objective-C APIs from C11 or C++11 | 56 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
getml/reflect-cpp | A C++20 library for fast serialization and deserialization using reflection | 1,165 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,351 |
billyquith/ponder | A C++ reflection library with Lua binding and JSON/ XML serialization. | 649 |
skypjack/meta | A header-only, non-intrusive and macro-free runtime reflection system for C++ | 599 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
ekmett/reflection | Provides a way to represent and manipulate arbitrary Haskell code structure using a reflection mechanism | 104 |
qlibs/reflect | A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 330 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 227 |
clarkok/reflect | A header-only library for creating runtime reflections of classes and enums | 25 |
blackmatov/enum.hpp | A header-only C++17 library providing compile-time enum reflection capabilities | 45 |
leandros/metareflect | A lightweight reflection system for C++ based on LLVM and Clang's libtooling | 245 |