|
lmdb++
|
This is the complete list of members for lmdb::cursor, including all inherited members.
| _handle | lmdb::cursor | protected |
| close() noexcept | lmdb::cursor | inline |
| count() | 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 |
| del(unsigned int flags=0) | lmdb::cursor | inline |
| get(std::string_view &key, const MDB_cursor_op op) | lmdb::cursor | inline |
| get(std::string_view &key, std::string_view &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 |
| put(const std::string_view &key, const std::string_view &val, const unsigned int flags=0) | lmdb::cursor | inline |
| renew(MDB_txn *const txn) | lmdb::cursor | inline |
| txn() const noexcept | lmdb::cursor | inline |
| ~cursor() noexcept | lmdb::cursor | inline |