Protocol for loading calendars from a specific source.

Synopsis

Declared in <bdlt_calendarloader.h>

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

Name

Description

~CalendarLoader [destructor] [virtual]

Destroy this object.

load [virtual]

Load a named calendar into the specified result.

Created with MrDocs