hybridse::base::Iterator
#include <iterator.h>
An iterator over a key-value pairs dataset.
Summary
template <class K ,
class V >
class hybridse::base::Iterator;
An iterator over a key-value pairs dataset.
Template Parameters:
K key type of elements
V value type of elements
Inherited members
Inherited from hybridse::base::AbstractIterator< K, V, V & >
Inherited Public functions
AbstractIterator(const AbstractIterator & )
operator=(const AbstractIterator & )
Valid() const =0
bool
Next() =0
void
GetKey() const =0
const K & Return the key of current element pair.
GetValue() =0
Ref
IsSeekable() const =0
bool
Seek(const K & k) =0
void
SeekToFirst() =0
void Move to the beginning of the dataset.
Last updated