|
Information which is needed to generate code for an object. More...
#include <RobotAPI/libraries/aron/codegeneration/typereader/helper/GenerateTypeInfo.h>
Public Attributes | |
type::ObjectPtr | correspondingType |
std::map< std::string, std::string > | doc_members |
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 object.
Definition at line 38 of file GenerateTypeInfo.h.
type::ObjectPtr correspondingType |
Definition at line 41 of file GenerateTypeInfo.h.
std::map<std::string, std::string> doc_members |
Definition at line 40 of file GenerateTypeInfo.h.