coroner4817 / FlexibleReflection

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

Home Page:http://preshing.com/20180116/a-primitive-reflection-system-in-cpp-part-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://preshing.com/20180116/a-primitive-reflection-system-in-cpp-part-1

License:MIT License


Languages

Language:C++ 99.1%Language:CMake 0.9%