interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

VOS::MsgField Class Reference
[libvos]

#include <vos/vos/message.hh>

Inheritance diagram for VOS::MsgField:

VUtil::RefCounted List of all members.

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

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

the key or tag for this field

Definition at line 69 of file message.hh.

Referenced by operator==().

Definition at line 72 of file message.hh.

Referenced by operator==().

std::string VOS::MsgField::value

the value of this field

Definition at line 71 of file message.hh.

Referenced by operator==().


The documentation for this class was generated from the following file: