BloombergLP::baltzo::Loader

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

NameDescription
~Loader [destructor] [virtual]Destroy this object.
loadTimeZone [virtual]Load time zone information for the specified timeZoneId.

Derived Classes

NameDescription
DataFileLoader Concrete Loader for Zoneinfo binary files on the file system.
TestLoader Concrete test implementation of the Loader protocol for Zoneinfo.