Set the initial transition code of this timetable.
Declared in <bdlt_timetable.h>
void
setInitialTransitionCode(int code);
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.
| Name | Description |
|---|---|
| code | transition code in effect at the start of the timetable |