Minimalistic C++ reflection system

Published September 30, 2017
Advertisement

Basically this is a repost of my blog https://ongamex.github.io/c++/2017-09-28-cpp.reflections/

In short this is a simple C++ reflection system, that enables you to store and later access,  a description of the data types that you're using. The features that I really wanted out of it were fast built times and custom tagging. You can directly see the minimal example here https://github.com/ongamex/blog.reflections

1 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement