|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <pmh.h>

Classes | |
| struct | bucket_ref |
Public Types | |
| using | bucket_t = cvector<std::size_t, bucket_max> |
Public Member Functions | |
| template<std::size_t... Is> | |
| carray< bucket_ref, M > constexpr | make_bucket_refs (std::index_sequence< Is... >) const |
| carray< bucket_ref, M > constexpr | get_sorted_buckets () const |
Public Attributes | |
| carray< bucket_t, M > | buckets |
| std::uint64_t | seed |
Static Public Attributes | |
| static constexpr auto | bucket_max = 2 * (1u << (log(M) / 2)) |
| using frozen::bits::pmh_buckets< M >::bucket_t = cvector<std::size_t, bucket_max> |
|
inlineconstexpr |
|
inlineconstexpr |
References buckets.
Referenced by get_sorted_buckets().
|
staticconstexpr |
| carray<bucket_t, M> frozen::bits::pmh_buckets< M >::buckets |
Referenced by make_bucket_refs().
| std::uint64_t frozen::bits::pmh_buckets< M >::seed |