|
#include <RobotAPI/libraries/aron/core/type/variant/primitive/Int.h>
Public Types | |
using | Base = detail::PrimitiveVariant< type::dto::AronInt, Int, int > |
Public Types inherited from PrimitiveVariant< type::dto::AronInt, Int, int > | |
using | Base = SpecializedVariantBase< type::dto::AronInt, Int > |
using | ValueType = int |
Public Types inherited from Variant | |
using | PointerType = VariantPtr |
Public Member Functions | |
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... | |
Int (const Path &=Path()) | |
Int (const type::dto::AronInt &, const Path &=Path()) | |
type::dto::AronIntPtr | toIntDTO () const |
Public Member Functions inherited from PrimitiveVariant< type::dto::AronInt, Int, int > | |
size_t | childrenSize () const override |
std::vector< VariantPtr > | getChildren () const override |
get all child elements More... | |
std::optional< ValueType > | getDefaultValue () const |
VariantPtr | navigateAbsolute (const Path &path) const override |
naviate absolute More... | |
void | setDefaultValue (const std::optional< ValueType > &v) |
SpecializedVariantBase (const type::Descriptor &descriptor, const Path &path) | |
SpecializedVariantBase (const type::dto::AronInt &o, const type::Descriptor &descriptor, const Path &path) | |
virtual | ~PrimitiveVariant ()=default |
Public Member Functions inherited from SpecializedVariantBase< type::dto::AronInt, Int > | |
type::Maybe | getMaybe () const override |
get the maybe type More... | |
VariantPtr | navigateRelative (const Path &path) const override |
navigate relative More... | |
operator type::dto::AronInt () | |
bool | operator== (const Int &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::AronInt &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< VariantPtr > | getChildren () 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 | |
Static Public Member Functions inherited from SpecializedVariantBase< type::dto::AronInt, Int > | |
static const Int & | DynamicCast (const Variant &n) |
static std::shared_ptr< Int > | DynamicCast (const VariantPtr &n) |
static Int & | DynamicCast (Variant &n) |
static std::shared_ptr< Int > | DynamicCastAndCheck (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::AronInt, Int > | |
type::dto::AronInt ::PointerType | aron |
Protected Attributes inherited from Variant | |
const type::Descriptor | descriptor |
const Path | path |
using Base = detail::PrimitiveVariant<type::dto::AronInt, Int, int> |
|
overridevirtual |
|
overridevirtual |