#include <CdbBdbSIncrement.hh>
Public Member Functions | |
| CdbBdbSIncrement (const BdbTime &theBeginTime=BdbTime::minusInfinity, const BdbTime &theEndTime=BdbTime::plusInfinity) | |
| Default & normal constructor. | |
| CdbBdbSIncrement (const CdbBdbSIncrement &theIncrement) | |
| Copy constructor. | |
| ~CdbBdbSIncrement () | |
| The destructor. | |
| CdbBdbSIncrement & | operator= (const CdbBdbSIncrement &theIncrement) |
| The assignment operator. | |
| void | dump (std::ostream &o) const |
| Dump the object contents into a stream. | |
Public Attributes | |
| BdbTime | begin |
| BdbTime | end |
Objects of this embedded class a "increments" in a collection of increments to describe the data placement for a condition or a cluster of thoses ones.
Definition at line 21 of file CdbBdbSIncrement.hh.
|
||||||||||||
|
Default & normal constructor.
Definition at line 15 of file CdbBdbSIncrement.cc. |
|
|
Copy constructor.
Definition at line 21 of file CdbBdbSIncrement.cc. |
|
|
The destructor. NOTE: The destructor is NOT virtual because this is an embedded class. Definition at line 26 of file CdbBdbSIncrement.cc. |
|
|
Dump the object contents into a stream.
Definition at line 40 of file CdbBdbSIncrement.cc. References begin, end, BdbTime::getGmtNsec(), and BdbTime::getGmtSec(). Referenced by CdbBdbSPartitionP::dump(), and operator<<(). |
|
|
The assignment operator.
Definition at line 30 of file CdbBdbSIncrement.cc. |
|
|
Definition at line 55 of file CdbBdbSIncrement.hh. Referenced by dump(), and operator=(). |
|
|
Definition at line 56 of file CdbBdbSIncrement.hh. Referenced by dump(), and operator=(). |
1.3-rc3