|
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 43 of file SHAMapTreeNode.h.
|
default |
|
explicit |
Definition at line 49 of file SHAMapTreeNode.h.
| uint256 const& ripple::SHAMapHash::as_uint256 | ( | ) | const |
Definition at line 54 of file SHAMapTreeNode.h.
| uint256& ripple::SHAMapHash::as_uint256 | ( | ) |
Definition at line 59 of file SHAMapTreeNode.h.
| bool ripple::SHAMapHash::isZero | ( | ) | const |
Definition at line 64 of file SHAMapTreeNode.h.
| bool ripple::SHAMapHash::isNonZero | ( | ) | const |
Definition at line 69 of file SHAMapTreeNode.h.
| int ripple::SHAMapHash::signum | ( | ) | const |
Definition at line 74 of file SHAMapTreeNode.h.
| void ripple::SHAMapHash::zero | ( | ) |
Definition at line 79 of file SHAMapTreeNode.h.
|
friend |
Definition at line 85 of file SHAMapTreeNode.h.
|
friend |
Definition at line 91 of file SHAMapTreeNode.h.
|
friend |
Definition at line 97 of file SHAMapTreeNode.h.
|
friend |
Definition at line 103 of file SHAMapTreeNode.h.
|
friend |
Definition at line 110 of file SHAMapTreeNode.h.
|
private |
Definition at line 45 of file SHAMapTreeNode.h.
1.8.17