NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::bloom_filter< T, Hash > 成员列表

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

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