Set the initial transition code of this timetable.

Synopsis

Declared in <bdlt_timetable.h>

void
setInitialTransitionCode(int code);

Description

Set the transition code in effect at the start of this timetable to the specified code. The behavior is undefined unless 0 <= code || k_UNSET_TRANSITION_CODE == code.

Parameters

Name

Description

code

transition code in effect at the start of the timetable

Created with MrDocs