Rcpp Version 1.0.9
Rcpp::tzhead Struct Reference

Public Attributes

char tzh_magic [4]
 
char tzh_version [1]
 
char tzh_reserved [15]
 
char tzh_ttisgmtcnt [4]
 
char tzh_ttisstdcnt [4]
 
char tzh_leapcnt [4]
 
char tzh_timecnt [4]
 
char tzh_typecnt [4]
 
char tzh_charcnt [4]
 

Detailed Description

Definition at line 205 of file date.cpp.

Member Data Documentation

◆ tzh_charcnt

char Rcpp::tzhead::tzh_charcnt[4]

Definition at line 214 of file date.cpp.

◆ tzh_leapcnt

char Rcpp::tzhead::tzh_leapcnt[4]

Definition at line 211 of file date.cpp.

◆ tzh_magic

char Rcpp::tzhead::tzh_magic[4]

Definition at line 206 of file date.cpp.

◆ tzh_reserved

char Rcpp::tzhead::tzh_reserved[15]

Definition at line 208 of file date.cpp.

◆ tzh_timecnt

char Rcpp::tzhead::tzh_timecnt[4]

Definition at line 212 of file date.cpp.

◆ tzh_ttisgmtcnt

char Rcpp::tzhead::tzh_ttisgmtcnt[4]

Definition at line 209 of file date.cpp.

◆ tzh_ttisstdcnt

char Rcpp::tzhead::tzh_ttisstdcnt[4]

Definition at line 210 of file date.cpp.

◆ tzh_typecnt

char Rcpp::tzhead::tzh_typecnt[4]

Definition at line 213 of file date.cpp.

◆ tzh_version

char Rcpp::tzhead::tzh_version[1]

Definition at line 207 of file date.cpp.


The documentation for this struct was generated from the following file: