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 202 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
+ Here is the caller graph for this function:

◆ DbiBase() [2/2]

DbiBase ( )
protected

Member Function Documentation

◆ clear()

void clear ( const ReadWriteTxn & )

◆ 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: