My Project 1.7.4
C++ Distributed Hash Table
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
dht::EncryptedValue< T > Class Template Reference
Inheritance diagram for dht::EncryptedValue< T >:
Inheritance graph
[legend]
Collaboration diagram for dht::EncryptedValue< T >:
Collaboration graph
[legend]

Public Types

using BaseClass = SignedValue< T >
 

Public Member Functions

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

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 >
dht::InfoHash from
 

Detailed Description

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

Definition at line 82 of file default_types.h.

Member Typedef Documentation

◆ BaseClass

template<typename T >
using dht::EncryptedValue< T >::BaseClass = SignedValue<T>

Definition at line 85 of file default_types.h.

Member Function Documentation

◆ getFilter()

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

Definition at line 93 of file default_types.h.

◆ unpackValue()

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

Reimplemented from dht::SignedValue< T >.

Definition at line 88 of file default_types.h.

Member Data Documentation

◆ to

template<typename T >
dht::InfoHash dht::EncryptedValue< T >::to

Definition at line 100 of file default_types.h.


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