AronGeneratedClass Class Reference

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

+ Inheritance diagram for AronGeneratedClass:

Public Member Functions

 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 46 of file AronGeneratedClass.h.

Constructor & Destructor Documentation

◆ AronGeneratedClass()

AronGeneratedClass ( )
default

◆ ~AronGeneratedClass()

virtual ~AronGeneratedClass ( )
virtualdefault

Member Function Documentation

◆ resetHard()

virtual void resetHard ( )
inlinevirtual

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.

Definition at line 53 of file AronGeneratedClass.h.

◆ resetSoft()

virtual void resetSoft ( )
inlinevirtual

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.

Definition at line 56 of file AronGeneratedClass.h.


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