[#BloombergLP-bdlt-TimetableLoader] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::TimetableLoader :relfileprefix: ../../ :mrdocs: Protocol for loading timetables from a specific source. == Synopsis Declared in `<bdlt_timetableloader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TimetableLoader; ---- == Description 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. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/TimetableLoader/2destructor.adoc[`~TimetableLoader`] [.small]#[destructor]# [.small]#[virtual]# | Destroy this object. | xref:BloombergLP/bdlt/TimetableLoader/load.adoc[`load`] [.small]#[virtual]# | Load the timetable identified by `timetableName` into `result`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#