40 virtual armarx::aron::data::dto::AronIntPtr
toAronDTO()
const = 0;
46 virtual void fromAron(
const armarx::aron::data::dto::AronIntPtr& input) = 0;
49 template <
class Derived>
63 template <
class Derived>
AronGeneratedClass()=default
AronGeneratedIntEnumBase()=default
virtual ~AronGeneratedIntEnumBase()=default
virtual void fromAron(const armarx::aron::data::IntPtr &input)=0
Set all members of the current bo according to the aron variant data dict.
virtual armarx::aron::data::IntPtr toAron() const =0
Convert the current bo to an aron variant data dict.
virtual armarx::aron::data::dto::AronIntPtr toAronDTO() const =0
Convert the current bo to the ice representation of an aron variant data dict.
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.
aron::cpp::AronGeneratedIntEnumBase AronGeneratedIntEnumBase
aron::cpp::AronGeneratedIntEnum< Derived > AronGeneratedIntEnum
std::shared_ptr< Int > IntPtr