|
| BloomFilter (size_t length, size_t hashcount) |
|
void | add (const T &data) |
|
void | add (const T *data, size_t length) |
|
bool | contains (const T &data) |
|
bool | contains (const T *data, size_t length) |
|
void | clear () |
|
template<class T>
class BloomFilter< T >
Definition at line 28 of file BloomFilter.h.
The documentation for this class was generated from the following file: