|
xrpld
|
Namespaces | |
| namespace | zero_helper |
Functions | |
| template<class T> | |
| void | reverseBytes (T &t) |
| template<class T> | |
| void | maybeReverseBytes (T &t, std::false_type) |
| template<class T> | |
| void | maybeReverseBytes (T &t, std::true_type) |
| template<class T, class Hasher> | |
| void | maybeReverseBytes (T &t, Hasher &) |
| void | forEachItem (...) noexcept |
| template<class Hasher, class T> | |
| int | hashOne (Hasher &h, T const &t) noexcept |
| template<class Hasher, class... T, std::size_t... I> | |
| void | tuple_hash (Hasher &h, std::tuple< T... > const &t, std::index_sequence< I... >) noexcept |
| template<typename T> | |
| std::string | to_string (T const &t) |
Variables | |
| std::string | gThreadName |
| void beast::detail::reverseBytes | ( | T & | t | ) |
Definition at line 27 of file hash_append.h.
| void beast::detail::maybeReverseBytes | ( | T & | t, |
| std::false_type | ) |
Definition at line 38 of file hash_append.h.
| void beast::detail::maybeReverseBytes | ( | T & | t, |
| std::true_type | ) |
Definition at line 45 of file hash_append.h.
| void beast::detail::maybeReverseBytes | ( | T & | t, |
| Hasher & | ) |
Definition at line 53 of file hash_append.h.
|
noexcept |
Definition at line 376 of file hash_append.h.
|
noexcept |
Definition at line 382 of file hash_append.h.
|
noexcept |
Definition at line 390 of file hash_append.h.
| std::string beast::detail::to_string | ( | T const & | t | ) |
Definition at line 81 of file iosformat.h.
|
thread_local |
Definition at line 105 of file CurrentThreadName.cpp.