#include <CdbBdbSConditionAtClusterPItr.hh>
Inheritance diagram for CdbBdbSConditionAtClusterPItr:

Public Types | |
| typedef CdbIItr< BdbRef(CdbBdbSConditionP) >::ValueTyp | ValueType ) |
| Introduce a type definition for the purpose of easier reference. | |
| typedef CdbIItr< BdbRef(CdbBdbSConditionP) >::InterfaceTyp | InterfaceType ) |
Public Member Functions | |
| CdbBdbSConditionAtClusterPItr (const BdbRef(CdbBdbSClusterP)&theClusterRef) | |
| The normal and default constructor. | |
| virtual | ~CdbBdbSConditionAtClusterPItr () |
| The destructor. | |
| virtual CdbStatus | reset () |
| Reset an iterator to its initial state. | |
| virtual bool | next () |
| Advance an iterator to the next position. | |
| virtual ValueType | value () |
| Obtain the currently reffered value. | |
| virtual bool | isValid () |
| Check if an iterator is valid. | |
| virtual InterfaceType * | clone () const |
| Make a clone of itself. | |
This class provides the actual implementation of the corresponding iterator interface.
Definition at line 24 of file CdbBdbSConditionAtClusterPItr.hh.
|
|
This is a type of a base iterator interface Reimplemented from CdbIItr< BdbRef(CdbBdbSConditionP) >. Definition at line 29 of file CdbBdbSConditionAtClusterPItr.hh. |
|
|
Introduce a type definition for the purpose of easier reference. This definition provides access to the type of the parameter used for the concrete template instantiation. Reimplemented from CdbIItr< BdbRef(CdbBdbSConditionP) >. Definition at line 28 of file CdbBdbSConditionAtClusterPItr.hh. |
|
|
The normal and default constructor.
Definition at line 15 of file CdbBdbSConditionAtClusterPItr.cc. Referenced by clone(). |
|
|
The destructor. Details... Definition at line 21 of file CdbBdbSConditionAtClusterPItr.cc. |
|
|
Make a clone of itself.
Implements CdbIItr< BdbRef(CdbBdbSConditionP) >. Definition at line 71 of file CdbBdbSConditionAtClusterPItr.cc. References CdbBdbSConditionAtClusterPItr(). |
|
|
Check if an iterator is valid. This implements the corresponding method of the base class.
Implements CdbIItr< BdbRef(CdbBdbSConditionP) >. Definition at line 65 of file CdbBdbSConditionAtClusterPItr.cc. |
|
|
Advance an iterator to the next position. This implements the corresponding method of the base class.
Implements CdbIItr< BdbRef(CdbBdbSConditionP) >. Definition at line 34 of file CdbBdbSConditionAtClusterPItr.cc. |
|
|
Reset an iterator to its initial state. This implements the corresponding method of the base class.
Implements CdbIItr< BdbRef(CdbBdbSConditionP) >. Definition at line 25 of file CdbBdbSConditionAtClusterPItr.cc. References CdbStatus::Success. |
|
|
Obtain the currently reffered value. This implements the corresponding method of the base class.
Implements CdbIItr< BdbRef(CdbBdbSConditionP) >. Definition at line 55 of file CdbBdbSConditionAtClusterPItr.cc. |
1.3-rc3