#include <CdbConfigElement.hh>
Public Member Functions | |
| CdbConfigElement (const BdbTime &theBeginTime=BdbTime::minusInfinity, const BdbTime &theEndTime=BdbTime::plusInfinity) | |
| Default constructor. | |
| CdbConfigElement (const CdbRevisionPolicy &thePolicy, const BdbTime &theBeginTime, const BdbTime &theEndTime) | |
| Normal constructor. | |
| CdbConfigElement (const CdbConfigElement &theElement) | |
| Copy constructor. | |
| ~CdbConfigElement () | |
| The destructor. | |
| CdbConfigElement & | operator= (const CdbConfigElement &theElement) |
| The assignment operator. | |
Public Attributes | |
| bool | accessIsAllowed |
| CdbRevisionPolicy | policy |
| BdbTime | begin |
| BdbTime | end |
More info...
Definition at line 15 of file CdbConfigElement.hh.
|
||||||||||||
|
Default constructor.
Definition at line 22 of file CdbConfigElement.hh. References accessIsAllowed, begin, and end. |
|
||||||||||||||||
|
Normal constructor.
Definition at line 32 of file CdbConfigElement.hh. References accessIsAllowed, begin, end, and policy. |
|
|
Copy constructor.
Definition at line 44 of file CdbConfigElement.hh. References accessIsAllowed, begin, end, and policy. |
|
|
The destructor. NOTE: The destructor is NOT virtual because this is an embedded class. Definition at line 56 of file CdbConfigElement.hh. |
|
|
The assignment operator.
Definition at line 61 of file CdbConfigElement.hh. References accessIsAllowed, begin, end, and policy. |
|
|
Definition at line 77 of file CdbConfigElement.hh. Referenced by CdbConfigElement(), CdbSQLApiCondition::findObject(), CdbRooRoCondition::findObject(), CdbSQLApiCondition::modified(), operator=(), and CdbMySQLConditionAtFolder::set_config(). |
|
|
Definition at line 81 of file CdbConfigElement.hh. Referenced by CdbConfigElement(), CdbSQLApiCondition::findObject(), CdbRooRoCondition::findObject(), operator=(), and CdbMySQLConditionAtFolder::set_config(). |
|
|
Definition at line 82 of file CdbConfigElement.hh. Referenced by CdbConfigElement(), CdbSQLApiCondition::findObject(), CdbRooRoCondition::findObject(), operator=(), and CdbMySQLConditionAtFolder::set_config(). |
|
|
Definition at line 79 of file CdbConfigElement.hh. Referenced by CdbConfigElement(), CdbSQLApiCondition::findObject(), CdbRooRoCondition::findObject(), CdbSQLApiCondition::modified(), operator=(), and CdbMySQLConditionAtFolder::set_config(). |
1.3-rc3