|
|
Something with a specific ARON type. More...
#include <RobotAPI/libraries/armem/core/base/detail/AronTyped.h>
Inheritance diagram for AronTyped:Public Member Functions | |
| aron::type::ObjectPtr & | aronType () |
| aron::type::ObjectPtr | aronType () const |
| AronTyped (aron::type::ObjectPtr aronType=nullptr) | |
| bool | hasAronType () const |
| void | setAronType (aron::type::ObjectPtr aronType) |
Protected Attributes | |
| aron::type::ObjectPtr | _aronType |
| The expected Aron type. May be nullptr, in which case no type information is available. More... | |
Something with a specific ARON type.
Definition at line 11 of file AronTyped.h.
|
explicit |
Definition at line 8 of file AronTyped.cpp.
| aron::type::ObjectPtr aronType | ( | ) |
| aron::type::ObjectPtr aronType | ( | ) | const |
| bool hasAronType | ( | ) | const |
| void setAronType | ( | aron::type::ObjectPtr | aronType | ) |
|
protected |
The expected Aron type. May be nullptr, in which case no type information is available.
Definition at line 26 of file AronTyped.h.