#include <ArmarXCore/applications/ArmarXStorm/other_files/IceDB/IceDB.h>
|
| | Cursor (const Dbi< K, D, C, H > &dbi, const ReadOnlyTxn &txn) |
| |
| | Cursor (const Dbi< K, D, C, H > &dbi, const ReadWriteTxn &txn) |
| |
| | Cursor (const Dbi< K, D, C, H > &dbi, const Txn &txn) |
| |
| bool | find (const K &key) |
| |
| bool | find (const K &key, D &data) |
| |
| bool | get (K &key, D &data, MDB_cursor_op op) |
| |
| void | close () |
| |
| MDB_cursor * | mcursor () const |
| |
| virtual | ~CursorBase () |
| |
|
| | CursorBase (MDB_dbi dbi, const Txn &txn, bool) |
| |
| void | del (unsigned int) |
| |
| bool | find (MDB_val *) |
| |
| bool | find (MDB_val *, MDB_val *) |
| |
| bool | get (MDB_val *, MDB_val *, MDB_cursor_op) |
| |
| void | put (MDB_val *, MDB_val *, unsigned int) |
| |
| void | renew (const ReadOnlyTxn &) |
| |
template<typename K, typename D, typename C, typename H>
class IceDB::Cursor< K, D, C, H >
Definition at line 366 of file IceDB.h.
◆ Cursor() [1/3]
◆ Cursor() [2/3]
◆ Cursor() [3/3]
◆ find() [1/2]
| bool find |
( |
const K & |
key | ) |
|
|
inline |
◆ find() [2/2]
| bool find |
( |
const K & |
key, |
|
|
D & |
data |
|
) |
| |
|
inline |
◆ get()
| bool get |
( |
K & |
key, |
|
|
D & |
data, |
|
|
MDB_cursor_op |
op |
|
) |
| |
|
inline |
◆ _marshalingContext
The documentation for this class was generated from the following file:
- ArmarXCore/applications/ArmarXStorm/other_files/IceDB/IceDB.h