29 #ifndef __MEM_RUBY_FILTERS_BLOCKBLOOMFILTER_HH__
30 #define __MEM_RUBY_FILTERS_BLOCKBLOOMFILTER_HH__
56 void writeBit(
const int index,
const int value);
58 void print(std::ostream& out)
const;
68 #endif // __MEM_RUBY_FILTERS_BLOCKBLOOMFILTER_HH__
void increment(Addr addr)
void decrement(Addr addr)
BlockBloomFilter(int size)
void writeBit(const int index, const int value)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void merge(AbstractBloomFilter *other_filter)
std::vector< int > m_filter
int readBit(const int index)
void print(std::ostream &out) const