| 
    rippled
    
   | 
 

Public Types | |
| using | value_type = UInt | 
Public Member Functions | |
| void * | data () noexcept | 
| void const * | data () const noexcept | 
Static Public Member Functions | |
| template<class Int > | |
| static unsigned_integer | from_number (Int v) | 
Static Public Attributes | |
| static std::size_t const | bits = Bits | 
| static std::size_t const | bytes = bits / 8 | 
Private Attributes | |
| std::array< UInt, size > | m_vec | 
Static Private Attributes | |
| static std::size_t const | size = Bits / (8 * sizeof(UInt)) | 
Friends | |
| template<class Hasher > | |
| void | hash_append (Hasher &h, unsigned_integer const &a) noexcept | 
| std::ostream & | operator<< (std::ostream &s, unsigned_integer const &v) | 
Definition at line 98 of file hardened_hash_test.cpp.
| using ripple::unsigned_integer< Bits, UInt >::value_type = UInt | 
Definition at line 118 of file hardened_hash_test.cpp.
      
  | 
  static | 
Definition at line 125 of file hardened_hash_test.cpp.
      
  | 
  noexcept | 
Definition at line 135 of file hardened_hash_test.cpp.
      
  | 
  noexcept | 
Definition at line 141 of file hardened_hash_test.cpp.
      
  | 
  friend | 
Definition at line 148 of file hardened_hash_test.cpp.
      
  | 
  friend | 
Definition at line 154 of file hardened_hash_test.cpp.
      
  | 
  staticprivate | 
Definition at line 113 of file hardened_hash_test.cpp.
      
  | 
  private | 
Definition at line 115 of file hardened_hash_test.cpp.
      
  | 
  static | 
Definition at line 120 of file hardened_hash_test.cpp.
      
  | 
  static | 
Definition at line 121 of file hardened_hash_test.cpp.