Constructors
Synopses
Declared in <baltzo_zoneinfobinaryheader.h>
Create a ZoneinfoBinaryHeader object having the default attribute values.
Create a header with the same value as original.
ZoneinfoBinaryHeader(ZoneinfoBinaryHeader const& original);
Create a ZoneinfoBinaryHeader with the specified attribute values.
ZoneinfoBinaryHeader(
char version,
int numIsGmt,
int numIsStd,
int numLeaps,
int numTransitions,
int numLocalTimeTypes,
int abbrevDataSize);
Parameters
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 |
Created with MrDocs