Name |
Description |
ZoneinfoBinaryHeader [constructor]
|
Constructors |
~ZoneinfoBinaryHeader [destructor]
|
Destroy this object. |
operator=
|
Assign to this object the value of the specified rhs object, and return a reference providing modifiable access to this object. |
abbrevDataSize
|
Return the value of the abbrevDataSize attribute of this object. |
numIsGmt
|
Return the value of the numIsGmt attribute of this object. |
numIsStd
|
Return the value of the numIsStd attribute of this object. |
numLeaps
|
Return the value of the numLeaps attribute of this object. |
numLocalTimeTypes
|
Return the value of the numLocalTimeTypes attribute of this object. |
numTransitions
|
Return the value of the numTransitions attribute of this object. |
print
|
Write the value of this object to the specified output stream in a human‐readable format, and return a reference to stream. Optionally specify an initial indentation level, whose absolute value is incremented recursively for nested objects. If level is specified, optionally specify spacesPerLevel, whose absolute value indicates the number of spaces per indentation level for this and all of its nested objects. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, format the entire output on one line, suppressing all but the initial indentation (as governed by level). If stream is not valid on entry, this operation has no effect. Note that the format is not fully specified, and can change without notice. |
setAbbrevDataSize
|
Set the abbrevDataSize attribute of this object to the specified value. The behavior is undefined unless 1 <= value. |
setNumIsGmt
|
Set the numIsGmt attribute of this object to the specified value. The behavior is undefined unless 0 <= value. |
setNumIsStd
|
Set the numIsStd attribute of this object to the specified value. The behavior is undefined unless 0 <= value. |
setNumLeaps
|
Set the numLeaps attribute of this object to the specified value. The behavior is undefined unless 0 <= value. While we do not provide parsed leap second transitions to clients, the requirement to be able to handle version 4 of the Zoneinfo binary data files as well forces us to allow a non‐zero number of such transactions to be accepted. |
setNumLocalTimeTypes
|
Set the numLocalTimeTypes attribute of this object to the specified value. The behavior is undefined unless 1 <= value. |
setNumTransitions
|
Set the numTransitions attribute of this object to the specified value. The behavior is undefined unless 0 <= value. |
setVersion
|
Set the version attribute of this object to the specified value. The behavior is undefined unless '0 == value || (50 >= value || 52 <= value)'. Note that 50 is the value of ASCII character 2 and 52 is the value of ASCII character 4. |
swap
|
Efficiently exchange the value of this object with the value of the specified other object. This method provides the no‐throw exception‐safety guarantee. |
version
|
Return the value of the version attribute of this object. |