Constructors
Synopses
Declared in <bdlt_timetable.h>
Create a Timetable_CompactableTransition having time value Time(0) and code k_UNSET_TRANSITION_CODE.
Create a Timetable_CompactableTransition having the same value as the specified original object.
Timetable_CompactableTransition(Timetable_CompactableTransition const& original);
Create a Timetable_CompactableTransition having the specified time and code. The behavior is undefined unless 24 > time.hour() and 0 <= code || k_UNSET_TRANSITION_CODE == code.
Timetable_CompactableTransition(
Time const& time,
int code);
Created with MrDocs