Txn Class Reference

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

+ Inheritance diagram for Txn:

Public Member Functions

void commit ()
 
MDB_txn * mtxn () const
 
void rollback ()
 
virtual ~Txn ()
 

Protected Member Functions

 Txn (const Env &, unsigned int)
 

Protected Attributes

MDB_txn * _mtxn
 

Detailed Description

Definition at line 170 of file IceDB.h.

Constructor & Destructor Documentation

◆ ~Txn()

virtual ~Txn ( )
virtual

◆ Txn()

Txn ( const Env ,
unsigned int   
)
explicitprotected

Member Function Documentation

◆ commit()

void commit ( )
+ Here is the caller graph for this function:

◆ mtxn()

MDB_txn* mtxn ( ) const

◆ rollback()

void rollback ( )

Member Data Documentation

◆ _mtxn

MDB_txn* _mtxn
protected

Definition at line 185 of file IceDB.h.


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