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 const std::size_t | bits = Bits |
static const std::size_t | bytes = bits / 8 |
Private Attributes | |
std::array< UInt, size > | m_vec |
Static Private Attributes | |
static const std::size_t | 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 99 of file hardened_hash_test.cpp.
using ripple::unsigned_integer< Bits, UInt >::value_type = UInt |
Definition at line 119 of file hardened_hash_test.cpp.
|
static |
Definition at line 126 of file hardened_hash_test.cpp.
|
noexcept |
Definition at line 136 of file hardened_hash_test.cpp.
|
noexcept |
Definition at line 142 of file hardened_hash_test.cpp.
|
friend |
Definition at line 149 of file hardened_hash_test.cpp.
|
friend |
Definition at line 156 of file hardened_hash_test.cpp.
|
staticprivate |
Definition at line 114 of file hardened_hash_test.cpp.
|
private |
Definition at line 116 of file hardened_hash_test.cpp.
|
static |
Definition at line 121 of file hardened_hash_test.cpp.
|
static |
Definition at line 122 of file hardened_hash_test.cpp.