|
My Project 3.5.5
C++ Distributed Hash Table
|


Public Types | |
| using | BaseClass = SignedValue<T> |
Public Member Functions | |
| 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::SignedValue< T > | |
| static Value::Filter | getFilter () |
Public Attributes | |
| dht::InfoHash | to |
| Public Attributes inherited from dht::SignedValue< T > | |
| Sp< crypto::PublicKey > | owner |
| dht::InfoHash | from |
Definition at line 85 of file default_types.h.
| using dht::EncryptedValue< T >::BaseClass = SignedValue<T> |
Definition at line 88 of file default_types.h.
|
inlinestatic |
Definition at line 96 of file default_types.h.
|
inlineoverridevirtual |
Reimplemented from dht::SignedValue< T >.
Definition at line 91 of file default_types.h.
| dht::InfoHash dht::EncryptedValue< T >::to |
Definition at line 103 of file default_types.h.