Constructors

Synopses

Declared in <bdlt_timetable.h>

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

Create a compactable transition having the same value as original.

Create a compactable transition with time and code.

Timetable_CompactableTransition(
    Time const& time,
    int code);

Parameters

Name

Description

original

compactable transition to copy

time

transition time

code

transition code

Created with MrDocs