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 compactable transition having the same value as original.

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

Create a compactable transition with time and code.

Timetable_CompactableTransition(
    Time const& time,
    int code);
» more...

Parameters

NameDescription
originalcompactable transition to copy
timetransition time
codetransition code