GLnexus
Scalable datastore for population genome sequencing, with on-demand joint genotyping
|
In-order iterator over records in a collection. Not thread-safe. More...
#include <KeyValue.h>
Public Member Functions | |
virtual bool | valid () const =0 |
virtual std::pair< const char *, size_t > | key () const =0 |
virtual std::string | key_str () const |
virtual std::pair< const char *, size_t > | value () const =0 |
virtual Status | next ()=0 |
In-order iterator over records in a collection. Not thread-safe.