Protocol for loading calendars from a specific source.
Declared in <bdlt_calendarloader.h>
class CalendarLoader;
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.
| Name | Description |
|---|---|
~CalendarLoader [destructor] [virtual] | Destroy this object. |
load [virtual] | Load a named calendar into the specified result. |