|
My Project
1.8.1
C++ Distributed Hash Table
|


Public Member Functions | |
| IceCandidates (Value::Id msg_id, Blob ice) | |
| template<typename Packer > | |
| void | msgpack_pack (Packer &pk) const |
| virtual void | msgpack_unpack (msgpack::object o) |
Public Member Functions inherited from dht::EncryptedValue< IceCandidates > | |
| virtual void | unpackValue (const Value &v) override |
Public Member Functions inherited from dht::Value::Serializable< IceCandidates > | |
| virtual const ValueType & | getType () const |
| virtual Value | packValue () const |
Static Public Member Functions | |
| static Value::Filter | getFilter () |
Static Public Member Functions inherited from dht::EncryptedValue< IceCandidates > | |
| static Value::Filter | getFilter () |
Static Public Member Functions inherited from dht::SignedValue< IceCandidates > | |
| static Value::Filter | getFilter () |
Public Attributes | |
| Value::Id | id {0} |
| Blob | ice_data |
Public Attributes inherited from dht::EncryptedValue< IceCandidates > | |
| dht::InfoHash | to |
Public Attributes inherited from dht::SignedValue< IceCandidates > | |
| dht::InfoHash | from |
Static Public Attributes | |
| static const ValueType | TYPE |
Additional Inherited Members | |
Public Types inherited from dht::EncryptedValue< IceCandidates > | |
| using | BaseClass = SignedValue< IceCandidates > |
Definition at line 157 of file default_types.h.