|
Information which is needed to generate code for an int enum. More...
#include <RobotAPI/libraries/aron/codegeneration/typereader/helper/GenerateIntEnumInfo.h>
Public Attributes | |
type::IntEnumPtr | correspondingType |
std::map< std::string, std::string > | doc_values |
Public Attributes inherited from GenerateInfo | |
std::string | definedIn |
std::string | doc_author |
std::string | doc_brief |
std::string | typeName |
Additional Inherited Members | |
Public Member Functions inherited from GenerateInfo | |
std::vector< std::string > | getNamespaces () const |
std::string | getNameWithoutNamespace () const |
std::vector< std::string > | getTemplates () const |
Information which is needed to generate code for an int enum.
Definition at line 40 of file GenerateIntEnumInfo.h.
type::IntEnumPtr correspondingType |
Definition at line 43 of file GenerateIntEnumInfo.h.
std::map<std::string, std::string> doc_values |
Definition at line 42 of file GenerateIntEnumInfo.h.