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

Valid() const =0

bool

Next() =0

void

GetKey() const =0

const K & Return the key of current element pair.

Ref

IsSeekable() const =0

bool

Seek(const K & k) =0

void

void Move to the beginning of the dataset.

Last updated