GenerateInfo Struct Reference

A top-level struct for type-generation information. More...

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

+ Inheritance diagram for GenerateInfo:

Public Member Functions

std::vector< std::string > getNamespaces () const
 
std::string getNameWithoutNamespace () const
 
std::vector< std::string > getTemplates () const
 

Public Attributes

std::string definedIn
 
std::string doc_author
 
std::string doc_brief
 
std::string typeName
 

Detailed Description

A top-level struct for type-generation information.

Definition at line 37 of file GenerateInfo.h.

Member Function Documentation

◆ getNamespaces()

std::vector<std::string> getNamespaces ( ) const
inline

Definition at line 65 of file GenerateInfo.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getNameWithoutNamespace()

std::string getNameWithoutNamespace ( ) const
inline

Definition at line 45 of file GenerateInfo.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getTemplates()

std::vector<std::string> getTemplates ( ) const
inline

Definition at line 51 of file GenerateInfo.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ definedIn

std::string definedIn

Definition at line 40 of file GenerateInfo.h.

◆ doc_author

std::string doc_author

Definition at line 42 of file GenerateInfo.h.

◆ doc_brief

std::string doc_brief

Definition at line 41 of file GenerateInfo.h.

◆ typeName

std::string typeName

Definition at line 39 of file GenerateInfo.h.


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