rippled
|
Public Member Functions | |
SHAMapHash ()=default | |
SHAMapHash (uint256 const &hash) | |
uint256 const & | as_uint256 () const |
uint256 & | as_uint256 () |
bool | isZero () const |
bool | isNonZero () const |
int | signum () const |
void | zero () |
Private Attributes | |
uint256 | hash_ |
Friends | |
bool | operator== (SHAMapHash const &x, SHAMapHash const &y) |
bool | operator< (SHAMapHash const &x, SHAMapHash const &y) |
std::ostream & | operator<< (std::ostream &os, SHAMapHash const &x) |
std::string | to_string (SHAMapHash const &x) |
template<class H > | |
void | hash_append (H &h, SHAMapHash const &x) |
Definition at line 32 of file SHAMapHash.h.
|
default |
|
explicit |
Definition at line 38 of file SHAMapHash.h.
uint256 const& ripple::SHAMapHash::as_uint256 | ( | ) | const |
Definition at line 43 of file SHAMapHash.h.
uint256& ripple::SHAMapHash::as_uint256 | ( | ) |
Definition at line 48 of file SHAMapHash.h.
bool ripple::SHAMapHash::isZero | ( | ) | const |
Definition at line 53 of file SHAMapHash.h.
bool ripple::SHAMapHash::isNonZero | ( | ) | const |
Definition at line 58 of file SHAMapHash.h.
int ripple::SHAMapHash::signum | ( | ) | const |
Definition at line 63 of file SHAMapHash.h.
void ripple::SHAMapHash::zero | ( | ) |
Definition at line 68 of file SHAMapHash.h.
|
friend |
Definition at line 74 of file SHAMapHash.h.
|
friend |
Definition at line 80 of file SHAMapHash.h.
|
friend |
Definition at line 86 of file SHAMapHash.h.
|
friend |
Definition at line 92 of file SHAMapHash.h.
|
friend |
Definition at line 99 of file SHAMapHash.h.
|
private |
Definition at line 34 of file SHAMapHash.h.