My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
dht::SignedValue< T > Class Template Reference
Inheritance diagram for dht::SignedValue< T >:
Inheritance graph
[legend]
Collaboration diagram for dht::SignedValue< T >:
Collaboration graph
[legend]

Public Member Functions

virtual void unpackValue (const Value &v) override
 
- Public Member Functions inherited from dht::Value::Serializable< T >
virtual const ValueTypegetType () const
 
virtual Value packValue () const
 

Static Public Member Functions

static Value::Filter getFilter ()
 

Public Attributes

Sp< crypto::PublicKeyowner
 
dht::InfoHash from
 

Detailed Description

template<typename T>
class dht::SignedValue< T >

Definition at line 62 of file default_types.h.

Member Function Documentation

◆ getFilter()

template<typename T >
static Value::Filter dht::SignedValue< T >::getFilter ( )
inlinestatic

Definition at line 76 of file default_types.h.

◆ unpackValue()

template<typename T >
virtual void dht::SignedValue< T >::unpackValue ( const Value & v)
inlineoverridevirtual

Reimplemented from dht::Value::Serializable< T >.

Definition at line 68 of file default_types.h.

Member Data Documentation

◆ from

template<typename T >
dht::InfoHash dht::SignedValue< T >::from

Definition at line 81 of file default_types.h.

◆ owner

template<typename T >
Sp<crypto::PublicKey> dht::SignedValue< T >::owner

Definition at line 80 of file default_types.h.


The documentation for this class was generated from the following file: