tinyrefl

Reflection library

A minimal C++ static reflection API and codegen tool for generating macro-based APIs

A work in progress minimal C++ static reflection API and codegen tool.

GitHub

257 stars
9 watching
13 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
qlibs/reflect A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time 318
chocolacula/easy_reflection_cpp A reflection-based serialization library for C++ 96
jsoysouvanh/refureku A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. 225
reflectionmagic/reflectionmagic A C# library to simplify private reflection code using dynamic properties. 334
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
getml/reflect-cpp A C++ library for fast serialization and validation using reflection 1,126
stephanenicolas/reflection-no-reflection A proof-of-concept project to create an API compatible with Java reflection without using reflection. 130
skypjack/meta A header-only, non-intrusive and macro-free runtime reflection system for C++ 590
boostorg/pfr Provides reflection and serialization capabilities for user-defined types without boilerplate code 1,334
clarkok/reflect A header-only library for creating runtime reflections of classes and enums 25
asutton/clang-reflect A clean implementation of reflection and related proposals in C++. 29
celtoys/clreflect A C++ library that enables dynamic reflection and metadata management using Clang's compiler infrastructure 275
zewo/reflection An API for advanced reflection at runtime in Swift 599
garettbass/reflect Easy reflection and serialization library for C++17 51