![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <hash_type.h>
Public Member Functions | |
| BaseHash () | |
| BaseHash (const HashType &in) | |
| uint8_t * | begin () |
| const uint8_t * | begin () const |
| uint8_t * | end () |
| const uint8_t * | end () const |
| operator std::vector< uint8_t > () 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 |
| uint8_t * | data () |
| const uint8_t * | data () const |
Protected Attributes | |
| HashType | m_hash |
Definition at line 8 of file hash_type.h.
|
inline |
Definition at line 13 of file hash_type.h.
|
inlineexplicit |
Definition at line 14 of file hash_type.h.
|
inline |
Definition at line 16 of file hash_type.h.
|
inline |
Definition at line 18 of file hash_type.h.
|
inline |
Definition at line 44 of file hash_type.h.
|
inline |
Definition at line 45 of file hash_type.h.
|
inline |
Definition at line 20 of file hash_type.h.
|
inline |
Definition at line 22 of file hash_type.h.
|
inline |
Definition at line 24 of file hash_type.h.
|
inlinenoexcept |
Definition at line 34 of file hash_type.h.
|
inlinenoexcept |
Definition at line 38 of file hash_type.h.
|
inlinenoexcept |
Definition at line 30 of file hash_type.h.
|
inline |
Definition at line 42 of file hash_type.h.
|
inline |
|
protected |
Definition at line 10 of file hash_type.h.