reflection
Type inspector
An API to inspect and describe the structure of C++ types
A simple, stand-alone, header-only and easily pluggable reflection system for C++.
6 stars
3 watching
0 forks
Language: C++
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,086 |
phisko/putils | A comprehensive C++ utility library providing various helper classes and functions for tasks like reflection, parsing, and networking. | 42 |
cylix/reflex | A C++14 reflection library for inspecting and manipulating objects at runtime. | 134 |
xyzdev/reflect | A C++ library providing reflection and serialization capabilities to inspect and manipulate data structures. | 11 |
qlibs/reflect | A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 318 |
timkerchmar/tstype | A C++ library that enables reflection and inspection of third-party class types without modifying their source code. | 47 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 96 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,334 |
ilevkivskyi/typing_inspect | Provides utilities for inspecting and analyzing Python types at runtime | 350 |
clarkok/reflect | A header-only library for creating runtime reflections of classes and enums | 25 |
nsexceptional/mirrorkit | A framework for working with the Objective-C runtime to simplify reflection and introspection of classes and objects. | 32 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |
skypjack/meta | A header-only, non-intrusive and macro-free runtime reflection system for C++ | 590 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 225 |
shafik/determine_c_or_cpp | Compares C and C++ language features to determine their type and behavior | 197 |