This component provides a concrete implementation of the DataLoader protocol for loading, into a Zoneinfo, the properties of a time zone defined by an Zoneinfo (TZ Database) binary file located on the file system.
Synopsis
Declared in <baltzo_datafileloader.h>
class DataFileLoader
: public Loader
Base Classes
Name |
Description |
This class provides a protocol (a pure abstract interface) for loading a time zone object. |
Type Aliases
Name |
Description |
Allocator type used by this class. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this data‐file loader. |
Unconditionally set, to the specified |
|
Set, to the specified |
|
Return the allocator used by this object to supply memory. Note that if no allocator was supplied at construction the default allocator in effect at construction is used. |
|
Return |
|
|
Load into the specified |
|
|
Load into the specified |
|
Return the root of the directory hierarchy from which this loader will attempt to load Zoneinfo binary data files. The behavior is undefined unless either |
|
|
Nested trait declaration for |
Static Member Functions
Name |
Description |
Return |
Created with MrDocs