| 
    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 33 of file SHAMapHash.h.
      
  | 
  default | 
      
  | 
  explicit | 
Definition at line 39 of file SHAMapHash.h.
| uint256 const & ripple::SHAMapHash::as_uint256 | ( | ) | const | 
Definition at line 44 of file SHAMapHash.h.
| uint256 & ripple::SHAMapHash::as_uint256 | ( | ) | 
Definition at line 49 of file SHAMapHash.h.
| bool ripple::SHAMapHash::isZero | ( | ) | const | 
Definition at line 54 of file SHAMapHash.h.
| bool ripple::SHAMapHash::isNonZero | ( | ) | const | 
Definition at line 59 of file SHAMapHash.h.
| int ripple::SHAMapHash::signum | ( | ) | const | 
Definition at line 64 of file SHAMapHash.h.
| void ripple::SHAMapHash::zero | ( | ) | 
Definition at line 69 of file SHAMapHash.h.
      
  | 
  friend | 
Definition at line 75 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 93 of file SHAMapHash.h.
      
  | 
  friend | 
Definition at line 100 of file SHAMapHash.h.
      
  | 
  private | 
Definition at line 35 of file SHAMapHash.h.