|
My Project 3.5.5
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 168 of file default_types.h.
|
inline |
Definition at line 176 of file default_types.h.
|
inline |
Definition at line 177 of file default_types.h.
|
inlinestatic |
Definition at line 179 of file default_types.h.
|
inline |
Definition at line 184 of file default_types.h.
|
inlinevirtual |
Definition at line 200 of file default_types.h.
| Blob dht::IceCandidates::ice_data |
Definition at line 209 of file default_types.h.
| Value::Id dht::IceCandidates::id {0} |
Definition at line 208 of file default_types.h.
|
static |
Definition at line 174 of file default_types.h.