BloombergLP::bdlt::Timetable_CompactableTransition::Timetable_CompactableTransition

Constructors

Synopses

Declared in <bdlt_timetable.h>

Create a Timetable_CompactableTransition having time value Time(0) and code k_UNSET_TRANSITION_CODE.

Timetable_CompactableTransition();
» more...

Create a Timetable_CompactableTransition having the same value as the specified original object.

Timetable_CompactableTransition(Timetable_CompactableTransition const& original);
» more...

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);
» more...