lmdb++
|
This is the complete list of members for lmdb::cursor, including all inherited members.
_handle | lmdb::cursor | protected |
close() noexcept | lmdb::cursor | inline |
cursor(MDB_cursor *const handle) noexcept | lmdb::cursor | inline |
cursor(cursor &&other) noexcept | lmdb::cursor | inline |
dbi() const noexcept | lmdb::cursor | inline |
default_flags | lmdb::cursor | static |
find(const K &key, const MDB_cursor_op op=MDB_SET) | lmdb::cursor | inline |
get(MDB_val *const key, const MDB_cursor_op op) | lmdb::cursor | inline |
get(lmdb::val &key, const MDB_cursor_op op) | lmdb::cursor | inline |
get(MDB_val *const key, MDB_val *const val, const MDB_cursor_op op) | lmdb::cursor | inline |
get(lmdb::val &key, lmdb::val &val, const MDB_cursor_op op) | lmdb::cursor | inline |
get(std::string &key, std::string &val, const MDB_cursor_op op) | lmdb::cursor | inline |
handle() const noexcept | lmdb::cursor | inline |
open(MDB_txn *const txn, const MDB_dbi dbi) | lmdb::cursor | inlinestatic |
operator MDB_cursor *() const noexcept | lmdb::cursor | inline |
operator=(cursor &&other) noexcept | lmdb::cursor | inline |
renew(MDB_txn *const txn) | lmdb::cursor | inline |
txn() const noexcept | lmdb::cursor | inline |
~cursor() noexcept | lmdb::cursor | inline |