Message variable implementation (version templated on the message type and the member type) More...
#include <MessageVariable.h>
Public Types | |
typedef ImplT< T >::ValueType | ValueType |
Definition of the value type. | |
Public Member Functions | |
Variant | createVariant (const Pointer< ValueType > &message) const |
Create a variant from this variable message member (implementation) | |
ImplM (const std::string &name, const DataType &type, size_t offset) | |
Constructor. | |
virtual | ~ImplM () |
Destructor. | |
Public Attributes | |
size_t | offset |
The memory offset of this message variable. |
Message variable implementation (version templated on the message type and the member type)
Definition at line 113 of file MessageVariable.h.
typedef ImplT<T>::ValueType variant_topic_tools::MessageVariable::ImplM< T, M >::ValueType |
Definition of the value type.
Reimplemented from variant_topic_tools::MessageVariable::ImplT< T >.
Definition at line 118 of file MessageVariable.h.
variant_topic_tools::MessageVariable::ImplM< T, M >::ImplM | ( | const std::string & | name, |
const DataType & | type, | ||
size_t | offset | ||
) |
Constructor.
virtual variant_topic_tools::MessageVariable::ImplM< T, M >::~ImplM | ( | ) | [virtual] |
Destructor.
Variant variant_topic_tools::MessageVariable::ImplM< T, M >::createVariant | ( | const Pointer< ValueType > & | message | ) | const [virtual] |
Create a variant from this variable message member (implementation)
Implements variant_topic_tools::MessageVariable::ImplT< T >.
size_t variant_topic_tools::MessageVariable::ImplM< T, M >::offset |
The memory offset of this message variable.
Definition at line 135 of file MessageVariable.h.