AronTyped.cpp
Go to the documentation of this file.
1
#include "
AronTyped.h
"
2
3
#include <
RobotAPI/libraries/aron/core/type/variant/container/Object.h
>
4
5
6
namespace
armarx::armem::base::detail
7
{
8
9
AronTyped::AronTyped
(
aron::type::ObjectPtr
aronType) :
10
_aronType(aronType)
11
{}
12
13
bool
AronTyped::hasAronType
()
const
14
{
15
return
_aronType
!=
nullptr
;
16
}
17
18
aron::type::ObjectPtr
&
AronTyped::aronType
()
19
{
20
return
_aronType
;
21
}
22
23
aron::type::ObjectPtr
AronTyped::aronType
()
const
24
{
25
return
_aronType
;
26
}
27
28
29
}
armarx::armem::base::detail::AronTyped::AronTyped
AronTyped(aron::type::ObjectPtr aronType=nullptr)
Definition:
AronTyped.cpp:9
armarx::armem::base::detail::AronTyped::aronType
aron::type::ObjectPtr & aronType()
Definition:
AronTyped.cpp:18
armarx::armem::base::detail
Definition:
AronTyped.cpp:6
AronTyped.h
Object.h
armarx::armem::base::detail::AronTyped::hasAronType
bool hasAronType() const
Definition:
AronTyped.cpp:13
armarx::aron::type::ObjectPtr
std::shared_ptr< Object > ObjectPtr
Definition:
Object.h:36
armarx::armem::base::detail::AronTyped::_aronType
aron::type::ObjectPtr _aronType
The expected Aron type. May be nullptr, in which case no type information is available.
Definition:
AronTyped.h:27
RobotAPI
libraries
armem
core
base
detail
AronTyped.cpp
Generated on Sat Oct 12 2024 09:14:08 for armarx_documentation by
1.8.17