, including all inherited members.
| acquire() | VUtil::RefCounted | [virtual] |
| addExciseListener(ObjectExciseListener *oel) | VUtil::RefCounted | [virtual] |
| appendField(const std::string &key, const std::string &val, bool quoted=false) | VOS::Message | [inline] |
| appendField(const std::string &key, double val) | VOS::Message | [inline] |
| appendField(const std::string &key, int val) | VOS::Message | [inline] |
| Bulk enum value | VOS::Message | |
| clearFields() | VOS::Message | |
| destroy() | VUtil::RefCounted | [virtual] |
| excise() | VUtil::RefCounted | [virtual] |
| generateNonce() | VOS::Message | |
| getField(const std::string &key) const | VOS::Message | |
| getField(int n) const | VOS::Message | |
| getFormattedString(bool withLength=true) const | VOS::Message | |
| getFrom() const | VOS::Message | |
| getMethod() const | VOS::Message | |
| getNonce() const | VOS::Message | |
| getPriority() | VOS::Message | [inline] |
| getRefCount() | VUtil::RefCounted | [virtual] |
| getSendingCompletedCallback() | VOS::Message | |
| getSourceSite() const | VOS::Message | |
| getTimestamp() const | VOS::Message | |
| getTo() const | VOS::Message | |
| getType() const | VOS::Message | |
| hasField(const std::string &key) const | VOS::Message | |
| hasFrom() const | VOS::Message | |
| hasMethod() const | VOS::Message | |
| hasNonce() const | VOS::Message | |
| hasTimestamp() const | VOS::Message | |
| hasTo() const | VOS::Message | |
| insertField(int n, const std::string &key, const std::string &val, bool quoted=false) | VOS::Message | |
| insertField(int n, const std::string &key, double val) | VOS::Message | |
| insertField(int n, const std::string &key, int val) | VOS::Message | |
| insertField(int n, const std::string &key, unsigned int val) | VOS::Message | |
| LowLatency enum value | VOS::Message | |
| Message() | VOS::Message | |
| Message(Vobject *v, const std::string &method, bool withnonce, Priority priority=Normal) | VOS::Message | |
| Message(Vobject *v, Message *in_reply_to, const std::string &method, Priority priority=Normal) | VOS::Message | |
| Message(Message &m) | VOS::Message | |
| msgFlexLexer class | VOS::Message | [friend] |
| Normal enum value | VOS::Message | |
| numFields() const | VOS::Message | |
| Priority enum name | VOS::Message | |
| RefCounted() | VUtil::RefCounted | [inline] |
| RefCounted(const RefCounted &) | VUtil::RefCounted | [inline] |
| release() | VUtil::RefCounted | [virtual] |
| removeExciseListener(ObjectExciseListener *oel, bool releaseIfRefcounted=true) | VUtil::RefCounted | [virtual] |
| removeField(int n) | VOS::Message | |
| removeField(const std::string &s) | VOS::Message | |
| setFormatFunc(std::string *(*func)(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)) | VOS::Message | |
| setFrom(const std::string &s) | VOS::Message | |
| setMethod(const std::string &s) | VOS::Message | |
| setNonce(uint32_t n) | VOS::Message | |
| setPriority(Priority p) | VOS::Message | [inline] |
| setSendingCompletedCallback(SendingCompletedCallback *scc) | VOS::Message | |
| setSourceSite(Site *source_site) | VOS::Message | |
| setTimestamp(const std::string &s) | VOS::Message | |
| setTo(const std::string &s) | VOS::Message | |
| setType(const std::string &s) | VOS::Message | |
| ~Message() | VOS::Message | |
| ~RefCounted() | VUtil::RefCounted | [inline, virtual] |