My Project 3.5.5
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
OPENDHT_PUBLIC 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 653 of file crypto.h.

Member Function Documentation

◆ hasError()

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

Definition at line 656 of file crypto.h.

◆ isValid()

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

Definition at line 657 of file crypto.h.

◆ operator bool()

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

Definition at line 658 of file crypto.h.

Member Data Documentation

◆ result

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

Definition at line 655 of file crypto.h.

◆ ret

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

Definition at line 654 of file crypto.h.


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