This is the complete list of members for LMDBAL::Cursor< K, V >, including all inherited members.
close() | LMDBAL::Cursor< K, V > | |
current() const | LMDBAL::Cursor< K, V > | |
current(K &key, V &value) const | LMDBAL::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() const | LMDBAL::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() const | LMDBAL::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 > | |