Protocol for loading timetables from a specific source.
Declared in <bdlt_timetableloader.h>
class TimetableLoader;
This class defines a protocol used to load timetables from a specific source. Each repository of timetable information can be supported by a distinct implementation of this protocol.
| Name | Description |
|---|---|
~TimetableLoader [destructor] [virtual] | Destroy this object. |
load [virtual] | Load the timetable identified by timetableName into result. |