![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
#include <standard.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 22 of file standard.h.
Definition at line 28 of file standard.h.
Definition at line 29 of file standard.h.
|
inline |
|
inline |
Definition at line 36 of file standard.h.
|
inline |
Definition at line 81 of file standard.h.
|
inline |
Definition at line 82 of file standard.h.
|
inline |
Definition at line 41 of file standard.h.
|
inline |
Definition at line 46 of file standard.h.
|
inline |
Definition at line 51 of file standard.h.
|
inlinenoexcept |
Definition at line 66 of file standard.h.
|
inlinenoexcept |
Definition at line 71 of file standard.h.
|
inlinenoexcept |
Definition at line 61 of file standard.h.
|
inline |
|
inline |
Definition at line 56 of file standard.h.
|
protected |
Definition at line 25 of file standard.h.