Public Member Functions | |
| CdbRooRoTimeLineIntervalR (const BdbTime &theBegin=BdbTime::minusInfinity, const BdbTime &theEnd=BdbTime::minusInfinity) | |
| Normal & also default constructor. | |
| CdbRooRoTimeLineIntervalR (const V &theValue, const BdbTime &theBegin=BdbTime::minusInfinity, const BdbTime &theEnd=BdbTime::minusInfinity) | |
| Normal constructor requering non default value. | |
| virtual | ~CdbRooRoTimeLineIntervalR () |
| The destructor. | |
| V | value () const |
| BdbTime | begin () const |
| BdbTime | end () const |
| void | setBegin (const BdbTime &theTime) |
| void | setEnd (const BdbTime &theTime) |
This is a template class, whose only template parameter lets to specify the actual contents (payload) of the interval.
The template parameter "V" is expected to provide the following public interface:
Definition at line 27 of file CdbRooRoTimeLineIntervalR.rdl.
|
||||||||||||||||
|
Normal & also default constructor.
Definition at line 34 of file CdbRooRoTimeLineIntervalR.rdl. |
|
||||||||||||||||||||
|
Normal constructor requering non default value.
Definition at line 43 of file CdbRooRoTimeLineIntervalR.rdl. |
|
|||||||||
|
The destructor. NOTE: The destructor is NOT virtual because this is an embedded class. Definition at line 56 of file CdbRooRoTimeLineIntervalR.rdl. |
|
|||||||||
|
|||||||||
|
||||||||||
|
Definition at line 63 of file CdbRooRoTimeLineIntervalR.rdl. Referenced by CdbRooRoConditionAtFolderR::find(). |
|
||||||||||
|
Definition at line 64 of file CdbRooRoTimeLineIntervalR.rdl. Referenced by CdbRooRoConditionAtFolderR::find(). |
|
|||||||||
1.3-rc3