This simply‐constrained attribute class represents a state transition, implemented as a datetime for when the transition occurs, and a code to indicate the new state.
Synopsis
Declared in <bdlt_timetable.h>
class TimetableTransition;
Enums
Name |
Member Functions
Name |
Description |
|
Create a |
Assign to this object the value of the specified |
|
Return the code of this transition. |
|
Return the datetime of this transition. |
|
Format this object to the specified output |
Friends
Name |
Description |
Provide read‐only, sequential access in increasing (chronological) order to the transitions in a |
|
This private class is used by the arrow operator of the timetable iterator class. The objects instantiated from this class serve as references to |
Non-Member Functions
Name |
Description |
Return |
|
Return |
|
Return |
|
Return |
Derived Classes
Name |
Description |
This private class is used by the arrow operator of the timetable iterator class. The objects instantiated from this class serve as references to |
Created with MrDocs