AronGeneratedIntEnumBase Class Referenceabstract

#include <RobotAPI/libraries/aron/core/codegeneration/cpp/AronGeneratedIntEnum.h>

+ Inheritance diagram for AronGeneratedIntEnumBase:

Public Member Functions

 AronGeneratedIntEnumBase ()=default
 
virtual void fromAron (const armarx::aron::data::dto::AronIntPtr &input)=0
 Set all members of the current bo according to the ice representation of an aron variant data dict. More...
 
virtual void fromAron (const armarx::aron::data::IntPtr &input)=0
 Set all members of the current bo according to the aron variant data dict. More...
 
virtual armarx::aron::data::IntPtr toAron () const =0
 Convert the current bo to an aron variant data dict. More...
 
virtual armarx::aron::data::dto::AronIntPtr toAronDTO () const =0
 Convert the current bo to the ice representation of an aron variant data dict. More...
 
virtual ~AronGeneratedIntEnumBase ()=default
 
- Public Member Functions inherited from AronGeneratedClass
 AronGeneratedClass ()=default
 
virtual void resetHard ()
 Reset all member values of this class to default (as stated in the XML). This may mean that maybe types are null or false and images may be created as headers_only. More...
 
virtual void resetSoft ()
 Reset all member values of this class softly, meaning if a maybe type has a value, we reset only the value (not the full maybe type) and if an image has data (width, height) we keep the data and width and height and only reset teh pixel values. More...
 
virtual ~AronGeneratedClass ()=default
 

Detailed Description

Definition at line 31 of file AronGeneratedIntEnum.h.

Constructor & Destructor Documentation

◆ AronGeneratedIntEnumBase()

◆ ~AronGeneratedIntEnumBase()

virtual ~AronGeneratedIntEnumBase ( )
virtualdefault

Member Function Documentation

◆ fromAron() [1/2]

virtual void fromAron ( const armarx::aron::data::dto::AronIntPtr &  input)
pure virtual

Set all members of the current bo according to the ice representation of an aron variant data dict.

◆ fromAron() [2/2]

virtual void fromAron ( const armarx::aron::data::IntPtr input)
pure virtual

Set all members of the current bo according to the aron variant data dict.

◆ toAron()

virtual armarx::aron::data::IntPtr toAron ( ) const
pure virtual

Convert the current bo to an aron variant data dict.

◆ toAronDTO()

virtual armarx::aron::data::dto::AronIntPtr toAronDTO ( ) const
pure virtual

Convert the current bo to the ice representation of an aron variant data dict.


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