Message variable implementation. More...
#include <MessageVariable.h>
Public Member Functions | |
const DataType & | getType () const |
Retrieve the type of this message member (implementation) | |
Impl (const std::string &name, const DataType &type) | |
Constructor. | |
void | write (std::ostream &stream) const |
Write the message member to a stream (implementation) | |
virtual | ~Impl () |
Destructor. | |
Public Attributes | |
DataType | type |
The data type of this message variable. |
Message variable implementation.
Definition at line 59 of file MessageVariable.h.
variant_topic_tools::MessageVariable::Impl::Impl | ( | const std::string & | name, |
const DataType & | type | ||
) |
Constructor.
Definition at line 49 of file MessageVariable.cpp.
variant_topic_tools::MessageVariable::Impl::~Impl | ( | ) | [virtual] |
Destructor.
Reimplemented from variant_topic_tools::MessageMember::Impl.
Definition at line 56 of file MessageVariable.cpp.
const DataType & variant_topic_tools::MessageVariable::Impl::getType | ( | ) | const [virtual] |
Retrieve the type of this message member (implementation)
Implements variant_topic_tools::MessageMember::Impl.
Definition at line 63 of file MessageVariable.cpp.
void variant_topic_tools::MessageVariable::Impl::write | ( | std::ostream & | stream | ) | const [virtual] |
Write the message member to a stream (implementation)
Implements variant_topic_tools::MessageMember::Impl.
Definition at line 71 of file MessageVariable.cpp.
The data type of this message variable.
Definition at line 80 of file MessageVariable.h.