DTOObjectReplacement Struct Reference

#include <RobotAPI/libraries/aron/codegeneration/codegenerator/codewriter/cpp/generator/container/Object.h>

Public Attributes

std::vector< std::string > additionalIncludes
 
std::vector< std::string > disallowedBases
 
std::string originalInstantiatedTypename
 
std::string originalTypeName
 
std::string replacedInstantiatedTypename
 
std::string replacedTypename
 

Detailed Description

Definition at line 32 of file Object.h.

Member Data Documentation

◆ additionalIncludes

std::vector<std::string> additionalIncludes

Definition at line 39 of file Object.h.

◆ disallowedBases

std::vector<std::string> disallowedBases

Definition at line 40 of file Object.h.

◆ originalInstantiatedTypename

std::string originalInstantiatedTypename

Definition at line 35 of file Object.h.

◆ originalTypeName

std::string originalTypeName

Definition at line 34 of file Object.h.

◆ replacedInstantiatedTypename

std::string replacedInstantiatedTypename

Definition at line 37 of file Object.h.

◆ replacedTypename

std::string replacedTypename

Definition at line 36 of file Object.h.


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