#include <BdbIntervalBase.hh>
Public Member Functions | |
| BdbIntervalBase (const BdbTime &startTime=BdbTime::minusInfinity, const BdbTime &endTime=BdbTime::plusInfinity) | |
| BdbIntervalBase (const BdbIntervalBase &other) | |
| virtual | ~BdbIntervalBase () |
| BdbIntervalBase & | operator= (const BdbIntervalBase &other) |
| BdbTime | getBeginTime () const |
| BdbTime | getEndTime () const |
| const BdbTime & | beginTime () const |
| const BdbTime & | endTime () const |
| void | setBeginTime (const BdbTime &theTime) |
| void | setEndTime (const BdbTime &theTime) |
| bool | inInterval (const BdbTime &time) const |
| bool | inInterval (const BdbIntervalBase &other) const |
| bool | operator== (const BdbIntervalBase &o) const |
Protected Attributes | |
| BdbTime | _beginTime |
| BdbTime | _endTime |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const BdbIntervalBase &t) |
|
||||||||||||
|
Definition at line 34 of file BdbIntervalBase.cc. |
|
|
Definition at line 39 of file BdbIntervalBase.cc. |
|
|
Definition at line 44 of file BdbIntervalBase.hh. |
|
|
Definition at line 70 of file BdbIntervalBase.hh. References _beginTime. Referenced by CdbBdbWCondition::findObject(), and operator<<(). |
|
|
Definition at line 75 of file BdbIntervalBase.hh. References _endTime. Referenced by CdbBdbWCondition::findObject(), and operator<<(). |
|
|
Definition at line 60 of file BdbIntervalBase.hh. References _beginTime. |
|
|
Definition at line 65 of file BdbIntervalBase.hh. References _endTime. |
|
|
Definition at line 97 of file BdbIntervalBase.hh. References _beginTime, and _endTime. |
|
|
Definition at line 92 of file BdbIntervalBase.hh. References _beginTime, and _endTime. |
|
|
Definition at line 49 of file BdbIntervalBase.hh. References _beginTime, and _endTime. |
|
|
Definition at line 103 of file BdbIntervalBase.hh. References _beginTime, and _endTime. |
|
|
Definition at line 81 of file BdbIntervalBase.hh. References _beginTime. Referenced by BdbMinimumInterval::findInterval(). |
|
|
Definition at line 86 of file BdbIntervalBase.hh. References _endTime. Referenced by BdbMinimumInterval::findInterval(). |
|
||||||||||||
|
Definition at line 45 of file BdbIntervalBase.cc. |
|
|
Definition at line 117 of file BdbIntervalBase.hh. Referenced by beginTime(), getBeginTime(), inInterval(), operator=(), operator==(), and setBeginTime(). |
|
|
Definition at line 118 of file BdbIntervalBase.hh. Referenced by endTime(), getEndTime(), inInterval(), operator=(), operator==(), and setEndTime(). |
1.3-rc3