Constructors
Declared in <baltzo_zoneinfobinaryheader.h>
Create a ZoneinfoBinaryHeader object having the default attribute values.
ZoneinfoBinaryHeader();
» more...
Create a header with the same value as original.
ZoneinfoBinaryHeader(ZoneinfoBinaryHeader const& original);
» more...
Create a ZoneinfoBinaryHeader with the specified attribute values.
ZoneinfoBinaryHeader(
char version,
int numIsGmt,
int numIsStd,
int numLeaps,
int numTransitions,
int numLocalTimeTypes,
int abbrevDataSize);
» more...
| Name | Description |
|---|---|
| original | source header to copy |
| version | Zoneinfo file format version |
| numIsGmt | number of UTC/local indicators |
| numIsStd | number of standard/wall indicators |
| numLeaps | number of leap corrections |
| numTransitions | number of local-time type transitions |
| numLocalTimeTypes | number of local-time types |
| abbrevDataSize | length of abbreviation data |