This is the complete list of members for mdbx::cursor::move_result, including all inherited members.
done | mdbx::pair_result | |
key | mdbx::pair | |
move_result(const cursor &cursor, bool throw_notfound) | mdbx::cursor::move_result | inline |
move_result(cursor &cursor, move_operation operation, bool throw_notfound) | mdbx::cursor::move_result | inline |
move_result(cursor &cursor, move_operation operation, const slice &key, bool throw_notfound) | mdbx::cursor::move_result | inline |
move_result(cursor &cursor, move_operation operation, const slice &key, const slice &value, bool throw_notfound) | mdbx::cursor::move_result | inline |
move_result(const move_result &) noexcept=default | mdbx::cursor::move_result | |
operator bool() const noexcept | mdbx::pair_result | inline |
operator=(const move_result &) noexcept=default | mdbx::cursor::move_result | |
mdbx::pair_result::operator=(const pair_result &) noexcept=default | mdbx::pair_result | |
mdbx::pair::operator=(const pair &) noexcept=default | mdbx::pair | |
pair(const slice &key, const slice &value) noexcept | mdbx::pair | inline |
pair(const pair &) noexcept=default | mdbx::pair | |
pair_result(const slice &key, const slice &value, bool done) noexcept | mdbx::pair_result | inline |
pair_result(const pair_result &) noexcept=default | mdbx::pair_result | |
value | mdbx::pair |