clear(const uint64_t *hashes) | btllib::CountingBloomFilter< T > | |
clear(const std::vector< uint64_t > &hashes) | btllib::CountingBloomFilter< T > | inline |
contains(const uint64_t *hashes) const | btllib::CountingBloomFilter< T > | inline |
contains(const std::vector< uint64_t > &hashes) const | btllib::CountingBloomFilter< T > | inline |
contains_insert(const uint64_t *hashes, T n=1) | btllib::CountingBloomFilter< T > | inline |
contains_insert(const std::vector< uint64_t > &hashes, T n=1) | btllib::CountingBloomFilter< T > | inline |
contains_insert_thresh(const uint64_t *hashes, T threshold) | btllib::CountingBloomFilter< T > | inline |
contains_insert_thresh(const std::vector< uint64_t > &hashes, const T threshold) | btllib::CountingBloomFilter< T > | inline |
CountingBloomFilter() | btllib::CountingBloomFilter< T > | inline |
CountingBloomFilter(size_t bytes, unsigned hash_num, std::string hash_fn="") | btllib::CountingBloomFilter< T > | inline |
CountingBloomFilter(const std::string &path) | btllib::CountingBloomFilter< T > | inlineexplicit |
CountingBloomFilter(const CountingBloomFilter &)=delete (defined in btllib::CountingBloomFilter< T >) | btllib::CountingBloomFilter< T > | |
CountingBloomFilter(CountingBloomFilter &&)=delete (defined in btllib::CountingBloomFilter< T >) | btllib::CountingBloomFilter< T > | |
get_bytes() const | btllib::CountingBloomFilter< T > | inline |
get_fpr(T threshold=1) const | btllib::CountingBloomFilter< T > | inline |
get_hash_fn() const | btllib::CountingBloomFilter< T > | inline |
get_hash_num() const | btllib::CountingBloomFilter< T > | inline |
get_occupancy(T threshold=1) const | btllib::CountingBloomFilter< T > | inline |
get_pop_cnt(T threshold=1) const | btllib::CountingBloomFilter< T > | inline |
insert(const uint64_t *hashes, T n=1) | btllib::CountingBloomFilter< T > | inline |
insert(const std::vector< uint64_t > &hashes, T n=1) | btllib::CountingBloomFilter< T > | inline |
insert_contains(const uint64_t *hashes, T n=1) | btllib::CountingBloomFilter< T > | inline |
insert_contains(const std::vector< uint64_t > &hashes, T n=1) | btllib::CountingBloomFilter< T > | inline |
insert_thresh_contains(const uint64_t *hashes, T threshold) | btllib::CountingBloomFilter< T > | inline |
insert_thresh_contains(const std::vector< uint64_t > &hashes, const T threshold) | btllib::CountingBloomFilter< T > | inline |
is_bloom_file(const std::string &path) | btllib::CountingBloomFilter< T > | inlinestatic |
KmerCountingBloomFilter< T > (defined in btllib::CountingBloomFilter< T >) | btllib::CountingBloomFilter< T > | friend |
operator=(const CountingBloomFilter &)=delete (defined in btllib::CountingBloomFilter< T >) | btllib::CountingBloomFilter< T > | |
operator=(CountingBloomFilter &&)=delete (defined in btllib::CountingBloomFilter< T >) | btllib::CountingBloomFilter< T > | |
remove(const uint64_t *hashes) | btllib::CountingBloomFilter< T > | inline |
remove(const std::vector< uint64_t > &hashes) | btllib::CountingBloomFilter< T > | inline |
save(const std::string &path) | btllib::CountingBloomFilter< T > | inline |