libbf  0.1
 All Classes Functions Typedefs Friends Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCbf::bitvectorA vector of bits
oCbf::bitvector::referenceAn lvalue proxy for single bits
oCbf::bloom_filterThe abstract Bloom filter interface
|oCbf::basic_bloom_filterThe basic Bloom filter
|oCbf::bitwise_bloom_filterThe bitwise Bloom filter
|oCbf::counting_bloom_filterThe counting Bloom filter
||oCbf::spectral_mi_bloom_filterA spectral Bloom filter with minimum increase (MI) policy
||\Cbf::stable_bloom_filterA stable Bloom filter
|\Cbf::spectral_rm_bloom_filterA spectral Bloom filter with recurring minimum (RM) policy
oCbf::counter_vectorThe fixed width storage policy implements a bit vector where each cell represents a counter having a fixed number of bits
oCbf::default_hash_function
oCbf::default_hasherA hasher which hashes an object k times
oCbf::double_hasherA hasher which hashes an object two times and generates k digests through a linear combinations of the two digests
oCbf::h3< T, N >An implementation of the H3 hash function family
oCbf::objectWraps sequential data to be used in hashing
\Cbf::h3< size_t, max_obj_size >