/home/tetron/hack/vos/libs/vos/vos/message.hh File Reference
Detailed Description
Defines Message.
Definition in file message.hh.
Go to the source code of this file.
Namespaces
- namespace VOS
Classes
- class VOS::NoSuchFieldError
- Thrown when getField() is passed an out-of-range parameter. More...
- Thrown when getField() is passed an out-of-range parameter. More...
- struct VOS::SendingCompletedCallback
- class VOS::MsgField
- class VOS::Message
- This class handles storing, generating and parsing of the messages that are sent between virtual objects. More...
- This class handles storing, generating and parsing of the messages that are sent between virtual objects. More...
Functions
- std::string * VOS::xmlFormatting (const std::string &type, const std::string &to, const std::string &from, const std::string &method, uint32_t nonce, const std::string ×tamp, const std::deque< VUtil::vRef< MsgField > > &fields, bool withLength)
- std::string * VOS::binaryFormatting (const std::string &type, const std::string &to, const std::string &from, const std::string &method, uint32_t nonce, const std::string ×tamp, const std::deque< VUtil::vRef< MsgField > > &fields, bool withLength)