Public Member Functions | |
KeyRangeIterator (BlockingKineticConnection *p, unsigned int framesz, string start, bool start_inclusive, string end, bool end_inclusive) | |
KeyRangeIterator (KeyRangeIterator const &rhs) | |
KeyRangeIterator & | operator= (KeyRangeIterator const &rhs) |
bool | operator== (KeyRangeIterator const &rhs) const |
bool | operator!= (KeyRangeIterator const &rhs) const |
KeyRangeIterator & | operator++ () |
KeyRangeIterator | operator++ (int) |
const string & | operator* () const |
string * | operator-> () |
Definition at line 38 of file key_range_iterator.h.