My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::crypto::TrustList::VerifyResult Struct Reference

Public Member Functions

bool hasError () const
 
bool isValid () const
 
 operator bool () const
 
std::string toString () const
 

Public Attributes

int ret
 
unsigned result
 

Friends

OPENDHT_PUBLIC friend std::ostream & operator<< (std::ostream &s, const VerifyResult &h)
 

Detailed Description

Definition at line 646 of file crypto.h.

Member Function Documentation

◆ hasError()

bool dht::crypto::TrustList::VerifyResult::hasError ( ) const
inline

Definition at line 649 of file crypto.h.

◆ isValid()

bool dht::crypto::TrustList::VerifyResult::isValid ( ) const
inline

Definition at line 650 of file crypto.h.

◆ operator bool()

dht::crypto::TrustList::VerifyResult::operator bool ( ) const
inlineexplicit

Definition at line 651 of file crypto.h.

Member Data Documentation

◆ result

unsigned dht::crypto::TrustList::VerifyResult::result

Definition at line 648 of file crypto.h.

◆ ret

int dht::crypto::TrustList::VerifyResult::ret

Definition at line 647 of file crypto.h.


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