Skip to content

r4mtor/rpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Reflection Generator

The reflection generator is used to generate C++ code to provide meta information about C++ elements, such as enums or structs.

The reflection code allows

  • for enums:
    • converting enum values to/from strings
    • iterating over all possible enum values
  • for structs
    • iterating over all attributes of a struct (visitor-pattern-like)

See Doxygen docu for more information

Project state

alpha

  • buildscript depends on clang/llvm folder (to be specified)
  • no test scripts

Build

  • Call ./build.sh to build the software.
  • See this page for more details.

About

C++ Reflection Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published