#include <BloomFilter.h>
|
virtual | ~HashProvider ()=0 |
|
virtual size_t | count () const =0 |
|
virtual void | clear ()=0 |
|
virtual const std::list
< bloom_type > | hash (const unsigned char *begin, std::size_t remaining_length) const =0 |
|
Definition at line 41 of file BloomFilter.h.
ibrcommon::HashProvider::~HashProvider |
( |
) | |
|
|
pure virtual |
virtual void ibrcommon::HashProvider::clear |
( |
) | |
|
|
pure virtual |
virtual size_t ibrcommon::HashProvider::count |
( |
) | |
const |
|
pure virtual |
virtual const std::list<bloom_type> ibrcommon::HashProvider::hash |
( |
const unsigned char * |
begin, |
|
|
std::size_t |
remaining_length |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following files: