GenerateObjectInfo Struct Reference

Information which is needed to generate code for an object. More...

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

+ Inheritance diagram for GenerateObjectInfo:

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
 

Detailed Description

Information which is needed to generate code for an object.

Definition at line 38 of file GenerateTypeInfo.h.

Member Data Documentation

◆ correspondingType

type::ObjectPtr correspondingType

Definition at line 41 of file GenerateTypeInfo.h.

◆ doc_members

std::map<std::string, std::string> doc_members

Definition at line 40 of file GenerateTypeInfo.h.


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