My Project 3.7.1
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 694 of file crypto.h.

Member Function Documentation

◆ hasError()

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

Definition at line 698 of file crypto.h.

◆ isValid()

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

Definition at line 699 of file crypto.h.

◆ operator bool()

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

Definition at line 700 of file crypto.h.

Member Data Documentation

◆ result

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

Definition at line 697 of file crypto.h.

◆ ret

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

Definition at line 696 of file crypto.h.


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