FlexibleReflection

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

221
31
C++

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”.