GenerateIntEnumInfo Struct Reference

Information which is needed to generate code for an int enum. More...

#include <RobotAPI/libraries/aron/codegeneration/typereader/helper/GenerateIntEnumInfo.h>

+ Inheritance diagram for GenerateIntEnumInfo:

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
 

Detailed Description

Information which is needed to generate code for an int enum.

Definition at line 40 of file GenerateIntEnumInfo.h.

Member Data Documentation

◆ correspondingType

type::IntEnumPtr correspondingType

Definition at line 43 of file GenerateIntEnumInfo.h.

◆ doc_values

std::map<std::string, std::string> doc_values

Definition at line 42 of file GenerateIntEnumInfo.h.


The documentation for this struct was generated from the following file: