Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/preshing/FlexibleReflection

Sample project for a small, flexible runtime reflection system using C++11
https://github.com/preshing/FlexibleReflection

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

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++"](http://preshing.com/20180116/a-primitive-reflection-system-in-cpp-part-1).

## Build Instructions

[CMake](https://cmake.org/) 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"](http://preshing.com/20170511/how-to-build-a-cmake-based-project).