Add bloomfilter_clear() BiF.

This commit is contained in:
Matthias Vallentin 2013-07-24 11:21:10 +02:00
parent c89f61917b
commit 5383e8f75b
7 changed files with 53 additions and 0 deletions

View file

@ -77,6 +77,11 @@ public:
*/
count_type Count(size_type cell) const;
/**
* Sets all counters to 0.
*/
void Clear();
/**
* Retrieves the number of cells in the storage.
*