|
My Project 3.4.0
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 (const 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< T > | |
| 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< T > | |
| 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< T > | |
| Sp< crypto::PublicKey > | owner |
| dht::InfoHash | from |
Static Public Attributes | |
| static const ValueType | TYPE |
Additional Inherited Members | |
| Public Types inherited from dht::EncryptedValue< IceCandidates > | |
| using | BaseClass |
Definition at line 164 of file default_types.h.
|
inline |
Definition at line 172 of file default_types.h.
|
inline |
Definition at line 173 of file default_types.h.
|
inlinestatic |
Definition at line 175 of file default_types.h.
|
inline |
Definition at line 180 of file default_types.h.
|
inlinevirtual |
Definition at line 196 of file default_types.h.
| Blob dht::IceCandidates::ice_data |
Definition at line 205 of file default_types.h.
| Value::Id dht::IceCandidates::id {0} |
Definition at line 204 of file default_types.h.
|
static |
Definition at line 170 of file default_types.h.