Skip to content

preshing/FlexibleReflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published