[#BloombergLP-bdlt-CalendarLoader] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::CalendarLoader :relfileprefix: ../../ :mrdocs: Protocol for loading calendars from a specific source. == Synopsis Declared in `<bdlt_calendarloader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CalendarLoader; ---- == Description This class defines a protocol used to load calendars from a specific source. Each repository of calendar information can be supported by a distinct implementation of this protocol. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/CalendarLoader/2destructor.adoc[`~CalendarLoader`] [.small]#[destructor]# [.small]#[virtual]# | Destroy this object. | xref:BloombergLP/bdlt/CalendarLoader/load.adoc[`load`] [.small]#[virtual]# | Load a named calendar into the specified result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#