VOS::MsgField Class Reference
[libvos]
#include <vos/vos/message.hh>
Inheritance diagram for VOS::MsgField:

Detailed Description
A key-value field pair used to store the fields of a Message.
Definition at line 67 of file message.hh.
Public Member Functions
- MsgField (const std::string &k, const std::string v, bool q)
- const std::string & getKey ()
- const std::string & getValue ()
- bool operator== (const MsgField &otherfield) const
- bool operator!= (const MsgField &otherfield) const
Public Attributes
Constructor & Destructor Documentation
| VOS::MsgField::MsgField | ( | const std::string & | k, | |
| const std::string | v, | |||
| bool | q | |||
| ) | [inline] |
Definition at line 69 of file message.hh.
Member Function Documentation
| const std::string& VOS::MsgField::getKey | ( | ) | [inline] |
Definition at line 74 of file message.hh.
| const std::string& VOS::MsgField::getValue | ( | ) | [inline] |
Definition at line 76 of file message.hh.
| bool VOS::MsgField::operator!= | ( | const MsgField & | otherfield | ) | const [inline] |
Definition at line 85 of file message.hh.
| bool VOS::MsgField::operator== | ( | const MsgField & | otherfield | ) | const [inline] |
Definition at line 79 of file message.hh.
Member Data Documentation
| std::string VOS::MsgField::key |
| std::string VOS::MsgField::value |
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vos/message.hh