#include <CdbBdbSCi.hh>
Public Member Functions | |
| CdbBdbSCi (const BdbTime &theBeginTime=BdbTime::minusInfinity, const BdbTime &theEndTime=BdbTime::plusInfinity) | |
| Default constructor. | |
| CdbBdbSCi (const BdbTime &theBeginTime, const BdbTime &theEndTime, const CdbBdbSOi &theOriginalInterval) | |
| Normal constructor. | |
| CdbBdbSCi (const CdbBdbSCi &theInterval) | |
| Copy constructor. | |
| ~CdbBdbSCi () | |
| The destructor. | |
| CdbBdbSCi & | operator= (const CdbBdbSCi &theInterval) |
| The assignment operator. | |
| void | dump (std::ostream &o) const |
| Dump the object contence into specified stream. | |
Public Attributes | |
| bool | isEmpty |
| BdbTime | begin |
| BdbTime | end |
| CdbBdbSOi | original |
Objects of this transient class represent so called "combined intervals", combining information about a visible interval at the corresponding MetaData object.
Definition at line 19 of file CdbBdbSCi.hh.
|
||||||||||||
|
Default constructor.
Definition at line 18 of file CdbBdbSCi.cc. |
|
||||||||||||||||
|
Normal constructor.
Definition at line 25 of file CdbBdbSCi.cc. |
|
|
Copy constructor.
Definition at line 34 of file CdbBdbSCi.cc. |
|
|
The destructor. NOTE: The destructor is NOT virtual because this is an embedded class. Definition at line 41 of file CdbBdbSCi.cc. |
|
|
Dump the object contence into specified stream. NOTE: This operation does not put "End Of Line" at the end of the dump. Definition at line 56 of file CdbBdbSCi.cc. References CdbBdbSOi::begin, begin, CdbBdbSOi::end, end, BdbTime::getGmtNsec(), BdbTime::getGmtSec(), CdbBdbSOi::inserted, isEmpty, and original. Referenced by operator<<(). |
|
|
The assignment operator.
Definition at line 44 of file CdbBdbSCi.cc. |
|
|
Definition at line 68 of file CdbBdbSCi.hh. Referenced by dump(), and operator=(). |
|
|
Definition at line 69 of file CdbBdbSCi.hh. Referenced by dump(), and operator=(). |
|
|
Definition at line 64 of file CdbBdbSCi.hh. Referenced by dump(), and operator=(). |
|
|
Definition at line 73 of file CdbBdbSCi.hh. Referenced by dump(), and operator=(). |
1.3-rc3