|
xrpld
|

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 UnsignedInteger | fronumber (Int v) |
Static Public Attributes | |
| static std::size_t const | kBits = Bits |
| static std::size_t const | kBytes = kBits / 8 |
Private Attributes | |
| std::array< UInt, kSize > | vec_ |
Static Private Attributes | |
| static std::size_t const | kSize = Bits / (8 * sizeof(UInt)) |
Friends | |
| template<class Hasher> | |
| void | hash_append (Hasher &h, UnsignedInteger const &a) noexcept |
| std::ostream & | operator<< (std::ostream &s, UnsignedInteger const &v) |
Definition at line 82 of file hardened_hash_test.cpp.
| using xrpl::UnsignedInteger< Bits, UInt >::value_type = UInt |
Definition at line 98 of file hardened_hash_test.cpp.
|
static |
Definition at line 105 of file hardened_hash_test.cpp.
|
noexcept |
Definition at line 115 of file hardened_hash_test.cpp.
|
nodiscardnoexcept |
Definition at line 121 of file hardened_hash_test.cpp.
|
friend |
Definition at line 128 of file hardened_hash_test.cpp.
|
friend |
Definition at line 134 of file hardened_hash_test.cpp.
|
staticprivate |
Definition at line 93 of file hardened_hash_test.cpp.
|
private |
Definition at line 95 of file hardened_hash_test.cpp.
|
static |
Definition at line 100 of file hardened_hash_test.cpp.
|
static |
Definition at line 101 of file hardened_hash_test.cpp.