Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Functions
bloom.cc File Reference
#include "leveldb/filter_policy.h"
#include "leveldb/slice.h"
#include "util/hash.h"
Include dependency graph for bloom.cc:

Go to the source code of this file.

Namespaces

 leveldb
 

Functions

const FilterPolicy * leveldb::NewBloomFilterPolicy (int bits_per_key)
 

Variable Documentation

size_t bits_per_key_

Definition at line 19 of file bloom.cc.

size_t k_

Definition at line 20 of file bloom.cc.