AronTyped.cpp
Go to the documentation of this file.
1 #include "AronTyped.h"
2 
4 
5 
7 {
8 
10  _aronType(aronType)
11  {}
12 
14  {
15  return _aronType != nullptr;
16  }
17 
19  {
20  return _aronType;
21  }
22 
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