This class is a value‐semantic type holding a structured representation of the information contained in an Zoneinfo (or "Olson") time zone database for a single locale (e.g., "America/New_York"). The salient attributes of this type are the string identifier and the ordered sequence of ZoneinfoTransition objects.
Synopsis
Declared in <baltzo_zoneinfo.h>
class Zoneinfo;
Type Aliases
Name |
Description |
Alias for a bi‐directional |
|
Allocator type used by this class. |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Add to this object a transition occurring at the specified |
|
Return the allocator used by this object to supply memory. Note that if no allocator was supplied at construction the currently installed default allocator is used. |
|
Return an iterator providing non‐modifiable access to the first transition in the ordered sequence of transitions maintained by this object. Note that if |
|
Return an iterator providing non‐modifiable access to the one‐past the last transition in the ordered sequence of transitions that is associated with this object. Note that if |
|
Return an iterator providing non‐modifiable access to the transition that holds the local‐time descriptor associated with the specified |
|
Return a reference providing non‐modifiable access to the first transition contained in this object. The behavior is undefined unless |
|
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 a reference providing non‐modifiable access to the |
|
Return the number of transitions maintained by this zone info. |
|
Return a reference providing non‐modifiable access to the |
|
Write the value of this object to the specified output |
|
|
|
|
|
Efficiently exchange the value of this object with the value of the specified |
|
|
Nested trait declaration for |
Friends
Name |
Description |
Return |
Non-Member Functions
Name |
Description |
Return |
|
Exchange the values of the specified |
Created with MrDocs