|
My Project
1.8.1
C++ Distributed Hash Table
|


Public Member Functions | |
| DhtMessage (std::string s={}, Blob msg={}) | |
| std::string | getService () const |
Public Member Functions inherited from dht::Value::Serializable< DhtMessage > | |
| virtual const ValueType & | getType () const |
| virtual void | unpackValue (const Value &v) |
| virtual Value | packValue () const |
Static Public Member Functions | |
| static Value::Filter | getFilter () |
| static bool | storePolicy (InfoHash key, std::shared_ptr< Value > &value, const InfoHash &from, const SockAddr &) |
| static Value::Filter | ServiceFilter (std::string s) |
Public Attributes | |
| std::string | service |
| Blob | data |
Static Public Attributes | |
| static const ValueType | TYPE |
Friends | |
| std::ostream & | operator<< (std::ostream &, const DhtMessage &) |
Definition at line 36 of file default_types.h.
|
friend |
print value for debugging