[#BloombergLP-bdlt-TimetableLoader] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::TimetableLoader :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bdlt_timetableloader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TimetableLoader; ---- == 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, into the specified `result`, the timetable identified by the specified `timetableName`. Return 0 on success, and a non‐zero value otherwise. If the timetable corresponding to `timetableName` is not found, 1 is returned with no effect on `*result`. If a non‐zero value other than 1 is returned (indicating a different error), `*result` is valid, but its value is undefined. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#