My Project 3.2.0
C++ Distributed Hash Table
|
Public Member Functions | |
virtual void | unpackValue (const Value &v) override |
![]() | |
virtual const ValueType & | getType () const |
virtual Value | packValue () const |
virtual const ValueType & | getType () const |
virtual Value | packValue () const |
Static Public Member Functions | |
static Value::Filter | getFilter () |
Public Attributes | |
Sp< crypto::PublicKey > | owner |
dht::InfoHash | from |
Definition at line 62 of file default_types.h.
|
inlinestatic |
Definition at line 76 of file default_types.h.
|
inlineoverridevirtual |
Reimplemented from dht::Value::Serializable< T >.
Definition at line 68 of file default_types.h.
dht::InfoHash dht::SignedValue< T >::from |
Definition at line 81 of file default_types.h.
Sp<crypto::PublicKey> dht::SignedValue< T >::owner |
Definition at line 80 of file default_types.h.