#include "CdbBase/CdbCommon.hh"#include "CdbBase/CdbCPtr.hh"#include "CdbBase/CdbAlwaysClosePolicy.hh"Go to the source code of this file.
Typedefs | |
| typedef CdbCPtr< CdbDatabase, CdbAlwaysClosePolicy< CdbDatabase > > | CdbDatabasePtr |
| This is a smart pointer definition for this class. | |
|
|
This is a smart pointer definition for this class. This type of the smart pointer will always make sure that the corresponding object will always be closed when its very last client looses the interest in it. NOTE: This definition uses the forward declaration for the pointed class, which is defined in this file later. Definition at line 22 of file CdbDatabasePtrFwd.hh. Referenced by CdbSQLApiDatabase::findCondition(), CdbRooRoDatabase::findCondition(), CdbSQLApiDatabase::findOrigin(), CdbRooRoDatabase::findOrigin(), CdbSQLApiDatabase::findPartition(), CdbRooRoDatabase::findPartition(), CdbSQLApiDatabase::findView(), and CdbRooRoDatabase::findView(). |
1.3-rc3