Datetime‐indexed state transition with an associated code.
Synopsis
Declared in <bdlt_timetable.h>
class TimetableTransition;
Description
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.
Enums
Name |
Description |
Constants for timetable transition codes. |
Member Functions
Name |
Description |
|
Create a transition having the same value as |
Assign to this object the value of the specified |
|
Return the code of this transition. |
|
Return the datetime of this transition. |
|
Format this transition to the specified output |
Friends
Name |
Description |
Provide read‐only, sequential access in increasing (chronological) order to the transitions in a |
|
Proxy reference used by timetable iterator arrow operators. |
Non-Member Functions
Name |
Description |
Return |
|
Return |
|
Return |
|
Return |
Derived Classes
Name |
Description |
Proxy reference used by timetable iterator arrow operators. |
Created with MrDocs