SkillAgentSearch skills...

FlexibleReflection

Sample project for a small, flexible runtime reflection system using C++11

Install / Use

/learn @preshing/FlexibleReflection
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This project presents a small, flexible runtime reflection system using C++11 language features.

For more information, see the blog series "A Flexible Reflection System in C++".

Build Instructions

CMake is required. Quick start:

$ git clone https://github.com/preshing/FlexibleReflection
$ cd FlexibleReflection
$ mkdir build
$ cd build
$ cmake ..

For detailed build instructions, see "How to Build a CMake-Based Project".

View on GitHub
GitHub Stars309
CategoryDevelopment
Updated2mo ago
Forks44

Languages

C++

Security Score

95/100

Audited on Jan 16, 2026

No findings