DbiBase Class Reference

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

+ Inheritance diagram for DbiBase:

Public Member Functions

void clear (const ReadWriteTxn &)
 
MDB_dbi mdbi () const
 
virtual ~DbiBase ()
 

Protected Member Functions

 DbiBase ()
 
 DbiBase (const Txn &, const std::string &, unsigned int, MDB_cmp_func *)
 
bool del (const ReadWriteTxn &, MDB_val *, MDB_val *)
 
bool find (const Txn &, MDB_val *) const
 
bool get (const Txn &, MDB_val *, MDB_val *) const
 
void put (const ReadWriteTxn &, MDB_val *, MDB_val *, unsigned int)
 

Detailed Description

Definition at line 215 of file IceDB.h.

Constructor & Destructor Documentation

◆ ~DbiBase()

virtual ~DbiBase ( )
virtual

◆ DbiBase() [1/2]

DbiBase ( const Txn ,
const std::string &  ,
unsigned int  ,
MDB_cmp_func *   
)
protected

◆ DbiBase() [2/2]

DbiBase ( )
protected

Member Function Documentation

◆ clear()

void clear ( const ReadWriteTxn )
+ Here is the caller graph for this function:

◆ del()

bool del ( const ReadWriteTxn ,
MDB_val *  ,
MDB_val *   
)
protected
+ Here is the caller graph for this function:

◆ find()

bool find ( const Txn ,
MDB_val *   
) const
protected
+ Here is the caller graph for this function:

◆ get()

bool get ( const Txn ,
MDB_val *  ,
MDB_val *   
) const
protected
+ Here is the caller graph for this function:

◆ mdbi()

MDB_dbi mdbi ( ) const

◆ put()

void put ( const ReadWriteTxn ,
MDB_val *  ,
MDB_val *  ,
unsigned int   
)
protected
+ Here is the caller graph for this function:

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