This class provides a protocol (a pure abstract interface) for loading a time zone object.

Synopsis

Declared in <baltzo_loader.h>

class Loader;

Member Functions

Name

Description

~Loader [destructor] [virtual]

Destroy this object.

loadTimeZone [virtual]

Load time zone information for the specified timeZoneId.

Derived Classes

Name

Description

DataFileLoader

Concrete Loader for Zoneinfo binary files on the file system.

TestLoader

Concrete test implementation of the Loader protocol for Zoneinfo.

Created with MrDocs