Public Member Functions | |
| CdbRooRoConfigElementR (const BdbTime &theRevisionId=BdbTime::minusInfinity, UShort_t thePartitionId=0, bool useRevisionFlag=true) | |
| Normal & default constructor. | |
| virtual | ~CdbRooRoConfigElementR () |
| The destructor. | |
| bool | operator== (const CdbRooRoConfigElementR &theElement) const |
| The "equal" operator. | |
| bool | operator!= (const CdbRooRoConfigElementR &theElement) const |
| The "not-equal" operator. | |
| bool | accessIsAllowed () const |
| Check if the current element is not in the "NO ACCESS" state. | |
| BdbTime | revision () const |
| UShort_t | partition () const |
| bool | useRevision () const |
This is an embedded class.
Definition at line 17 of file CdbRooRoConfigElementR.rdl.
|
||||||||||||||||
|
Normal & default constructor. The default constructor will put the element into the "NO ACCESS" state. This state can be checked by calling the corresponding method defined below.
Definition at line 28 of file CdbRooRoConfigElementR.rdl. |
|
|
The destructor. NOTE: The destructor is NOT virtual because this is an embedded class. Definition at line 41 of file CdbRooRoConfigElementR.rdl. |
|
|
Check if the current element is not in the "NO ACCESS" state.
Definition at line 64 of file CdbRooRoConfigElementR.rdl. References BdbTime::minusInfinity, and revision(). Referenced by CdbRooRoCondition::modified(). |
|
|
The "not-equal" operator.
Definition at line 57 of file CdbRooRoConfigElementR.rdl. References operator==(). |
|
|
The "equal" operator. This operator is required to compare objects of this class. Definition at line 47 of file CdbRooRoConfigElementR.rdl. References partition(), revision(), and useRevision(). Referenced by operator!=(). |
|
|
Definition at line 69 of file CdbRooRoConfigElementR.rdl. Referenced by CdbRooRoCondition::modified(), operator<<(), and operator==(). |
|
|
Definition at line 68 of file CdbRooRoConfigElementR.rdl. References CdbRooRoTimeR::getBdbTime(). Referenced by accessIsAllowed(), CdbRooRoCondition::modified(), operator<<(), and operator==(). |
|
|
Definition at line 70 of file CdbRooRoConfigElementR.rdl. Referenced by CdbRooRoCondition::modified(), operator<<(), and operator==(). |
1.3-rc3