CMS 3D CMS Logo

Classes | Public Member Functions | Private Attributes

cond::PoolTransactionSentry Class Reference

#include <PayLoadInspector.h>

List of all members.

Classes

struct  Elem

Public Member Functions

 PoolTransactionSentry ()
 PoolTransactionSentry (cond::DbSession &db)

Private Attributes

boost::shared_ptr< Elemelem

Detailed Description

Definition at line 18 of file PayLoadInspector.h.


Constructor & Destructor Documentation

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)){}      

Member Data Documentation

boost::shared_ptr<Elem> cond::PoolTransactionSentry::elem [private]

Definition at line 31 of file PayLoadInspector.h.