This class provides a concrete test implementation of the Loader protocol (an abstract interface) for obtaining a time zone. This test implementation maintains a mapping of time‐zone identifiers to Zoneinfo objects. Time zone information objects are associated with a time‐zone identifier using the setTimeZone method, and can be subsequently accessed by calling the protocol method loadTimeZone with the same identifier.
Synopsis
Declared in <baltzo_testloader.h>
class TestLoader
: 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 |
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. |
|
|
Load time zone information for the specified |
Write the set of time zones maintained by this object to the specified output |
|
|
|
|
Nested trait declaration for |
Created with MrDocs