Rcpp Version 1.0.9
Rcpp::state Struct Reference
Collaboration diagram for Rcpp::state:

Public Attributes

int leapcnt
 
int timecnt
 
int typecnt
 
int charcnt
 
int goback
 
int goahead
 
time_t ats [TZ_MAX_TIMES]
 
unsigned char types [TZ_MAX_TIMES]
 
struct ttinfo ttis [TZ_MAX_TYPES]
 
char chars [BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))]
 
struct lsinfo lsis [TZ_MAX_LEAPS]
 

Detailed Description

Definition at line 393 of file date.cpp.

Member Data Documentation

◆ ats

time_t Rcpp::state::ats[TZ_MAX_TIMES]

Definition at line 400 of file date.cpp.

Referenced by Rcpp::tzload(), and Rcpp::tzparse().

◆ charcnt

int Rcpp::state::charcnt

Definition at line 397 of file date.cpp.

Referenced by Rcpp::tzload(), and Rcpp::tzparse().

◆ chars

char Rcpp::state::chars[BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))]

Definition at line 403 of file date.cpp.

Referenced by Rcpp::typesequiv(), Rcpp::tzload(), and Rcpp::tzparse().

◆ goahead

int Rcpp::state::goahead

Definition at line 399 of file date.cpp.

Referenced by Rcpp::tzload().

◆ goback

int Rcpp::state::goback

Definition at line 398 of file date.cpp.

Referenced by Rcpp::tzload().

◆ leapcnt

int Rcpp::state::leapcnt

Definition at line 394 of file date.cpp.

Referenced by Rcpp::timesub(), Rcpp::tzload(), and Rcpp::tzparse().

◆ lsis

struct lsinfo Rcpp::state::lsis[TZ_MAX_LEAPS]

Definition at line 403 of file date.cpp.

Referenced by Rcpp::timesub(), and Rcpp::tzload().

◆ timecnt

int Rcpp::state::timecnt

Definition at line 395 of file date.cpp.

Referenced by Rcpp::tzload(), and Rcpp::tzparse().

◆ ttis

struct ttinfo Rcpp::state::ttis[TZ_MAX_TYPES]

Definition at line 401 of file date.cpp.

Referenced by Rcpp::typesequiv(), Rcpp::tzload(), and Rcpp::tzparse().

◆ typecnt

int Rcpp::state::typecnt

Definition at line 396 of file date.cpp.

Referenced by Rcpp::typesequiv(), Rcpp::tzload(), and Rcpp::tzparse().

◆ types

unsigned char Rcpp::state::types[TZ_MAX_TIMES]

Definition at line 401 of file date.cpp.

Referenced by Rcpp::tzload(), and Rcpp::tzparse().


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