Provide read‐only, sequential access in increasing (chronological) order to the transitions in a Timetable object.
Synopsis
Declared in <bdlt_timetable.h>
class Timetable_ConstIterator;
Type Aliases
Name |
Description |
The star operator returns a |
|
Member Functions
Name |
Description |
|
Constructors |
Assign to this iterator the value of the specified |
|
Return, by value, a |
|
Advance this iterator to refer to the next transition in the associated timetable, and return a reference providing modifiable access to this object. The behavior is undefined unless, on entry, this iterator references a valid transition. |
|
Regress this iterator to refer to the previous transition in the associated timetable, and return a reference providing modifiable access to this object. The behavior is undefined unless, on entry, this iterator references a valid transition that is not the first transition of the associated timetable. |
|
Return a proxy to the transition referenced by this iterator. The behavior is undefined unless this iterator references a valid transition in the associated timetable. |
Friends
Name |
Description |
Return |
|
Return |
|
This class implements a value‐semantic repository of datetime‐indexed state transitions over a valid range of dates. This valid range, |
Non-Member Functions
Name |
Description |
Advance the specified |
|
Regress the specified |
Created with MrDocs