My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dht::crypto::CryptoException Class Reference
Inheritance diagram for dht::crypto::CryptoException:
Inheritance graph
[legend]
Collaboration diagram for dht::crypto::CryptoException:
Collaboration graph
[legend]

Public Member Functions

 CryptoException (const std::string &str)
 
 CryptoException (const char *str)
 
 CryptoException (const CryptoException &e) noexcept=default
 
CryptoExceptionoperator= (const CryptoException &) noexcept=default
 

Detailed Description

Definition at line 50 of file crypto.h.

Constructor & Destructor Documentation

◆ CryptoException() [1/2]

dht::crypto::CryptoException::CryptoException ( const std::string & str)
inlineexplicit

Definition at line 52 of file crypto.h.

◆ CryptoException() [2/2]

dht::crypto::CryptoException::CryptoException ( const char * str)
inlineexplicit

Definition at line 53 of file crypto.h.


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