Message constant implementation. More...
#include <MessageConstant.h>
Public Member Functions | |
const DataType & | getType () const |
Retrieve the type of this message member (implementation) | |
Impl (const std::string &name, const Variant &value) | |
Constructor. | |
void | write (std::ostream &stream) const |
Write the message member to a stream (implementation) | |
virtual | ~Impl () |
Destructor. | |
Public Attributes | |
Variant | value |
The value of this message constant. |
Message constant implementation.
Definition at line 60 of file MessageConstant.h.
variant_topic_tools::MessageConstant::Impl::Impl | ( | const std::string & | name, |
const Variant & | value | ||
) |
Constructor.
Definition at line 67 of file MessageConstant.cpp.
variant_topic_tools::MessageConstant::Impl::~Impl | ( | ) | [virtual] |
Destructor.
Reimplemented from variant_topic_tools::MessageMember::Impl.
Definition at line 74 of file MessageConstant.cpp.
const DataType & variant_topic_tools::MessageConstant::Impl::getType | ( | ) | const [virtual] |
Retrieve the type of this message member (implementation)
Implements variant_topic_tools::MessageMember::Impl.
Definition at line 90 of file MessageConstant.cpp.
void variant_topic_tools::MessageConstant::Impl::write | ( | std::ostream & | stream | ) | const [virtual] |
Write the message member to a stream (implementation)
Implements variant_topic_tools::MessageMember::Impl.
Definition at line 98 of file MessageConstant.cpp.
The value of this message constant.
Definition at line 81 of file MessageConstant.h.