NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
bloom_filter< T, Hash > 成员列表

成员的完整列表,这些成员属于 bloom_filter< T, Hash >,包括所有继承而来的类成员

approximate_count() const noexceptbloom_filter< T, Hash >inline
bit_size() const noexceptbloom_filter< T, Hash >inline
bloom_filter(const size_t expected_insertions, const double false_positive_prob)bloom_filter< T, Hash >inline
bloom_filter(const size_t m, const size_t k)bloom_filter< T, Hash >inline
capacity() const noexceptbloom_filter< T, Hash >inline
clear() noexceptbloom_filter< T, Hash >inline
contains(const T &key) const noexceptbloom_filter< T, Hash >inline
empty() const noexceptbloom_filter< T, Hash >inline
false_positive_rate() const noexceptbloom_filter< T, Hash >inline
from_bytes(const byte_vector &bytes)bloom_filter< T, Hash >inline
hash_count() const noexceptbloom_filter< T, Hash >inline
insert(const T &key) noexceptbloom_filter< T, Hash >inline
intersect(const bloom_filter &other) constbloom_filter< T, Hash >inline
merge(const bloom_filter &other)bloom_filter< T, Hash >inline
to_bytes() constbloom_filter< T, Hash >inline
unite(const bloom_filter &other) constbloom_filter< T, Hash >inline
~bloom_filter()=defaultbloom_filter< T, Hash >