Constructors
Synopses
Declared in <bdlt_timetable.h>
Create an empty daily timetable with unset initial transition code.
explicit
Timetable_Day(bslma::Allocator* basicAllocator = 0);
Create a daily timetable having the same value as original.
Timetable_Day(
Timetable_Day const& original,
bslma::Allocator* basicAllocator = 0);
Parameters
Name |
Description |
basicAllocator |
allocator used to supply memory |
original |
daily timetable to copy |
Created with MrDocs