Skip to content

ghastmask/enumgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enumgen

Ruby DSL for creating better enums in c++.

This work is based off Chris Uzdavinis enumgen (https://code.google.com/p/enumgen/) but updated for c++11 and hopefully more extensible. It does not have all the features but most of the important ones such as mapping from strings to the enumerated types and back to a string and providing insertion and extraction operators.

Most functionality should be easy to change to suit your needs by overriding the base Cpp_Writer object.

About

Ruby DSL for creating better enums in different languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages