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