ReadWriteCursor< K, D, C, H > Class Template Reference

#include <ArmarXCore/applications/ArmarXStorm/other_files/IceDB/IceDB.h>

+ Inheritance diagram for ReadWriteCursor< K, D, C, H >:

Public Member Functions

void del (unsigned int flags=0)
 
void put (const K &key, const D &data, unsigned int flags=0)
 
 ReadWriteCursor (const Dbi< K, D, C, H > &dbi, const ReadWriteTxn &txn)
 
- Public Member Functions inherited from Cursor< K, D, C, 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)
 
- Public Member Functions inherited from CursorBase
void close ()
 
MDB_cursor * mcursor () const
 
virtual ~CursorBase ()
 

Additional Inherited Members

- Protected Member Functions inherited from 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 &)
 
- Protected Attributes inherited from Cursor< K, D, C, H >
_marshalingContext
 

Detailed Description

template<typename K, typename D, typename C, typename H>
class IceDB::ReadWriteCursor< K, D, C, H >

Definition at line 448 of file IceDB.h.

Constructor & Destructor Documentation

◆ ReadWriteCursor()

ReadWriteCursor ( const Dbi< K, D, C, H > &  dbi,
const ReadWriteTxn txn 
)
inline

Definition at line 452 of file IceDB.h.

Member Function Documentation

◆ del()

void del ( unsigned int  flags = 0)
inline

Definition at line 474 of file IceDB.h.

+ Here is the call graph for this function:

◆ put()

void put ( const K &  key,
const D &  data,
unsigned int  flags = 0 
)
inline

Definition at line 457 of file IceDB.h.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: