BloombergLP::baltzo::ZoneinfoBinaryHeader::ZoneinfoBinaryHeader

Constructors

Synopses

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...

Parameters

NameDescription
originalsource header to copy
versionZoneinfo file format version
numIsGmtnumber of UTC/local indicators
numIsStdnumber of standard/wall indicators
numLeapsnumber of leap corrections
numTransitionsnumber of local-time type transitions
numLocalTimeTypesnumber of local-time types
abbrevDataSizelength of abbreviation data