Zoneinfo [constructor] | Constructors |
operator= | Assignment operators |
addTransition | Add a transition at the specified utcTime with the specified descriptor. |
allocator | Return get_allocator().mechanism(). |
beginTransitions | Return an iterator providing non-modifiable access to the first transition in the ordered sequence of transitions maintained by this object. |
endTransitions | Return an iterator providing non-modifiable access to one past the last transition in the ordered sequence of transitions associated with this object. |
findTransitionForUtcTime | Return an iterator providing non-modifiable access to the transition that holds the local-time descriptor associated with the specified utcTime. |
firstTransition | Return a reference providing non-modifiable access to the first transition contained in this object. The behavior is undefined unless numTransitions() > 0. |
get_allocator | Return the allocator used by this object to supply memory. |
identifier | Return a reference providing non-modifiable access to the identifier attribute of this object. |
numTransitions | Return the number of transitions maintained by this zone info. |
posixExtendedRangeDescription | Return a reference providing non-modifiable access to the posixExtendedRangeDescription attribute of this object. |
print | Write the value of this object to the specified output stream. |
setIdentifier | setIdentifier overloads |
setPosixExtendedRangeDescription | setPosixExtendedRangeDescription overloads |
swap | Efficiently exchange the value of this object with the value of the specified other object. |
operator BloombergLP::bslmf::NestedTraitDeclaration<Zoneinfo, UsesBslmaAllocator> | Nested trait declaration for bslma::UsesBslmaAllocator. |