AnyObject Class Reference

The AnyObject class. More...

#include <RobotAPI/libraries/aron/core/type/variant/any/AnyObject.h>

+ Inheritance diagram for AnyObject:

Public Member Functions

 AnyObject (const Path &=Path())
 
 AnyObject (const type::dto::AnyObject &, const Path &=Path())
 
virtual std::string getFullName () const override
 get the full name of this specific type More...
 
virtual std::string getShortName () const override
 get a short name of this specific type More...
 
type::dto::AnyObjectPtr toAnyObjectDTO () const
 
- Public Member Functions inherited from AnyVariant< type::dto::AnyObject, AnyObject >
size_t childrenSize () const override
 
std::vector< VariantPtrgetChildren () const override
 get all child elements More...
 
VariantPtr navigateAbsolute (const Path &path) const override
 naviate absolute More...
 
virtual ~AnyVariant ()=default
 
- Public Member Functions inherited from SpecializedVariantBase< type::dto::AnyObject, AnyObject >
type::Maybe getMaybe () const override
 get the maybe type More...
 
VariantPtr navigateRelative (const Path &path) const override
 navigate relative More...
 
 operator type::dto::AnyObject ()
 
bool operator== (const AnyObject &other) const
 
bool operator== (const Variant &other) const override
 
void setMaybe (const type::Maybe m) override
 set the maybetype of this type More...
 
 SpecializedVariantBase (const type::Descriptor &descriptor, const Path &path)
 
 SpecializedVariantBase (const type::dto::AnyObject &o, const type::Descriptor &descriptor, const Path &path)
 
type::dto::GenericTypePtr toAronDTO () const override
 convert this variant to a dto object. More...
 
virtual ~SpecializedVariantBase ()=default
 
- Public Member Functions inherited from Variant
virtual size_t childrenSize () const =0
 
virtual std::vector< VariantPtrgetChildren () const =0
 get all child elements More...
 
type::Descriptor getDescriptor () const
 
virtual type::Maybe getMaybe () const =0
 get the maybe type More...
 
Path getPath () const
 
bool operator== (const VariantPtr &other) const
 
std::string pathToString () const
 
virtual type::dto::GenericTypePtr toAronDTO () const =0
 convert this variant to a dto object. More...
 
 Variant (const type::Descriptor &descriptor, const Path &path=Path())
 
virtual ~Variant ()=default
 

Additional Inherited Members

- Public Types inherited from Variant
using PointerType = VariantPtr
 
- Static Public Member Functions inherited from SpecializedVariantBase< type::dto::AnyObject, AnyObject >
static const AnyObjectDynamicCast (const Variant &n)
 
static std::shared_ptr< AnyObjectDynamicCast (const VariantPtr &n)
 
static AnyObjectDynamicCast (Variant &n)
 
static std::shared_ptr< AnyObjectDynamicCastAndCheck (const VariantPtr &n)
 
- Static Public Member Functions inherited from Variant
static VariantPtr FromAronDTO (const type::dto::GenericType &, const Path &=Path())
 create a variant object from an dto object More...
 
- Protected Attributes inherited from SpecializedVariantBase< type::dto::AnyObject, AnyObject >
type::dto::AnyObject ::PointerType aron
 
- Protected Attributes inherited from Variant
const type::Descriptor descriptor
 
const Path path
 

Detailed Description

The AnyObject class.

It represents the any object type

Definition at line 37 of file AnyObject.h.

Constructor & Destructor Documentation

◆ AnyObject() [1/2]

AnyObject ( const Path path = Path())

Definition at line 35 of file AnyObject.cpp.

◆ AnyObject() [2/2]

AnyObject ( const type::dto::AnyObject &  o,
const Path path = Path() 
)

Definition at line 40 of file AnyObject.cpp.

Member Function Documentation

◆ getFullName()

std::string getFullName ( ) const
overridevirtual

get the full name of this specific type

Implements Variant.

Definition at line 57 of file AnyObject.cpp.

◆ getShortName()

std::string getShortName ( ) const
overridevirtual

get a short name of this specific type

Implements Variant.

Definition at line 52 of file AnyObject.cpp.

◆ toAnyObjectDTO()

type::dto::AnyObjectPtr toAnyObjectDTO ( ) const

Definition at line 46 of file AnyObject.cpp.


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