|
My Project 3.5.5
C++ Distributed Hash Table
|


Public Member Functions | |
| TrustRequest (std::string s, std::string ci={}) | |
| TrustRequest (std::string s, std::string ci, const Blob &d) | |
| Public Member Functions inherited from dht::EncryptedValue< TrustRequest > | |
| 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< TrustRequest > | |
| static Value::Filter | getFilter () |
| Static Public Member Functions inherited from dht::SignedValue< T > | |
| static Value::Filter | getFilter () |
Public Attributes | |
| std::string | service |
| std::string | conversationId |
| Blob | payload |
| bool | confirm {false} |
| Public Attributes inherited from dht::EncryptedValue< TrustRequest > | |
| 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< TrustRequest > | |
| using | BaseClass |
Definition at line 145 of file default_types.h.
|
inline |
Definition at line 153 of file default_types.h.
|
inline |
Definition at line 154 of file default_types.h.
|
inline |
Definition at line 155 of file default_types.h.
|
inlinestatic |
Definition at line 157 of file default_types.h.
| bool dht::TrustRequest::confirm {false} |
Definition at line 164 of file default_types.h.
| std::string dht::TrustRequest::conversationId |
Definition at line 162 of file default_types.h.
| Blob dht::TrustRequest::payload |
Definition at line 163 of file default_types.h.
| std::string dht::TrustRequest::service |
Definition at line 161 of file default_types.h.
|
static |
Definition at line 151 of file default_types.h.