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