|
rippled
|
#include <SHAMapHash.h>

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 14 of file SHAMapHash.h.
|
default |
|
explicit |
Definition at line 20 of file SHAMapHash.h.
| uint256 const & ripple::SHAMapHash::as_uint256 | ( | ) | const |
Definition at line 25 of file SHAMapHash.h.
| uint256 & ripple::SHAMapHash::as_uint256 | ( | ) |
Definition at line 30 of file SHAMapHash.h.
| bool ripple::SHAMapHash::isZero | ( | ) | const |
Definition at line 35 of file SHAMapHash.h.
| bool ripple::SHAMapHash::isNonZero | ( | ) | const |
Definition at line 40 of file SHAMapHash.h.
| int ripple::SHAMapHash::signum | ( | ) | const |
Definition at line 45 of file SHAMapHash.h.
| void ripple::SHAMapHash::zero | ( | ) |
Definition at line 50 of file SHAMapHash.h.
|
friend |
Definition at line 56 of file SHAMapHash.h.
|
friend |
Definition at line 61 of file SHAMapHash.h.
|
friend |
Definition at line 67 of file SHAMapHash.h.
|
friend |
Definition at line 74 of file SHAMapHash.h.
|
friend |
Definition at line 81 of file SHAMapHash.h.
|
private |
Definition at line 16 of file SHAMapHash.h.