Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <hash_type.h>
Public Member Functions | |
BaseHash () | |
BaseHash (const HashType &in) | |
unsigned char * | begin () |
const unsigned char * | begin () const |
unsigned char * | end () |
const unsigned char * | end () const |
operator std::vector< unsigned char > () const | |
std::string | ToString () const |
bool | operator== (const BaseHash< HashType > &other) const noexcept |
bool | operator!= (const BaseHash< HashType > &other) const noexcept |
bool | operator< (const BaseHash< HashType > &other) const noexcept |
size_t | size () const |
unsigned char * | data () |
const unsigned char * | data () const |
Protected Attributes | |
HashType | m_hash |
Definition at line 9 of file hash_type.h.
|
inline |
Definition at line 15 of file hash_type.h.
|
inlineexplicit |
Definition at line 16 of file hash_type.h.
|
inline |
|
inline |
Definition at line 23 of file hash_type.h.
|
inline |
Definition at line 68 of file hash_type.h.
|
inline |
Definition at line 69 of file hash_type.h.
|
inline |
Definition at line 28 of file hash_type.h.
|
inline |
Definition at line 33 of file hash_type.h.
|
inline |
Definition at line 38 of file hash_type.h.
|
inlinenoexcept |
Definition at line 53 of file hash_type.h.
|
inlinenoexcept |
Definition at line 58 of file hash_type.h.
|
inlinenoexcept |
Definition at line 48 of file hash_type.h.
|
inline |
Definition at line 63 of file hash_type.h.
|
inline |
|
protected |
Definition at line 12 of file hash_type.h.