#include <PayLoadInspector.h>
Classes | |
struct | Elem |
Public Member Functions | |
PoolTransactionSentry () | |
PoolTransactionSentry (cond::DbSession &db) | |
Private Attributes | |
boost::shared_ptr< Elem > | elem |
Definition at line 18 of file PayLoadInspector.h.
cond::PoolTransactionSentry::PoolTransactionSentry | ( | ) | [inline] |
Definition at line 20 of file PayLoadInspector.h.
{}
cond::PoolTransactionSentry::PoolTransactionSentry | ( | cond::DbSession & | db | ) | [inline, explicit] |
Definition at line 21 of file PayLoadInspector.h.
: elem(new Elem(db)){}
boost::shared_ptr<Elem> cond::PoolTransactionSentry::elem [private] |
Definition at line 31 of file PayLoadInspector.h.