LMDBAL 0.6.0
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
Loading...
Searching...
No Matches
LMDBAL::Cursor< K, V > Member List

This is the complete list of members for LMDBAL::Cursor< K, V >, including all inherited members.

close()LMDBAL::Cursor< K, V >
current() constLMDBAL::Cursor< K, V >
current(K &key, V &value) constLMDBAL::Cursor< K, V >
Cursor()LMDBAL::Cursor< K, V >
Cursor(Storage< K, V > *parent)LMDBAL::Cursor< K, V >
Cursor(const Cursor &other)=delete (defined in LMDBAL::Cursor< K, V >)LMDBAL::Cursor< K, V >
Cursor(Cursor &&other)LMDBAL::Cursor< K, V >
drop()LMDBAL::Cursor< K, V >
empty() constLMDBAL::Cursor< K, V >
first()LMDBAL::Cursor< K, V >
first(K &key, V &value)LMDBAL::Cursor< K, V >
last()LMDBAL::Cursor< K, V >
last(K &key, V &value)LMDBAL::Cursor< K, V >
next()LMDBAL::Cursor< K, V >
next(K &key, V &value)LMDBAL::Cursor< K, V >
open()LMDBAL::Cursor< K, V >
open(const Transaction &transaction)LMDBAL::Cursor< K, V >
opened() constLMDBAL::Cursor< K, V >
operator=(const Cursor &other)=delete (defined in LMDBAL::Cursor< K, V >)LMDBAL::Cursor< K, V >
operator=(Cursor &&other)LMDBAL::Cursor< K, V >
prev()LMDBAL::Cursor< K, V >
prev(K &key, V &value)LMDBAL::Cursor< K, V >
renew()LMDBAL::Cursor< K, V >
renew(const Transaction &transaction)LMDBAL::Cursor< K, V >
set(const K &target)LMDBAL::Cursor< K, V >
Storage< K, V > (defined in LMDBAL::Cursor< K, V >)LMDBAL::Cursor< K, V >friend
~Cursor()LMDBAL::Cursor< K, V >