![]() |
Bitcoin Core
0.21.1
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 24 of file standard.h.
Definition at line 30 of file standard.h.
Definition at line 31 of file standard.h.
|
inline |
|
inline |
Definition at line 38 of file standard.h.
|
inline |
Definition at line 83 of file standard.h.
|
inline |
Definition at line 84 of file standard.h.
|
inline |
Definition at line 43 of file standard.h.
|
inline |
Definition at line 48 of file standard.h.
|
inline |
Definition at line 53 of file standard.h.
|
inlinenoexcept |
Definition at line 68 of file standard.h.
|
inlinenoexcept |
Definition at line 73 of file standard.h.
|
inlinenoexcept |
Definition at line 63 of file standard.h.
|
inline |
|
inline |
Definition at line 58 of file standard.h.
|
protected |
Definition at line 27 of file standard.h.
1.8.8