|
| | Dbi () |
| |
| | Dbi (const Txn &txn, const std::string &name, const C &ctx, unsigned int flags=0, MDB_cmp_func *cmp=0) |
| |
| bool | del (const ReadWriteTxn &txn, const K &key) |
| |
| bool | del (const ReadWriteTxn &txn, const K &key, const D &data) |
| |
| bool | find (const Txn &txn, const K &key) const |
| |
| bool | get (const Txn &txn, const K &key, D &data) const |
| |
| C | marshalingContext () const |
| |
| void | put (const ReadWriteTxn &txn, const K &key, const D &data, unsigned int flags=0) |
| |
| void | clear (const ReadWriteTxn &) |
| |
| MDB_dbi | mdbi () const |
| |
| virtual | ~DbiBase () |
| |
template<typename K, typename D, typename C, typename H>
class IceDB::Dbi< K, D, C, H >
Definition at line 226 of file IceDB.h.