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

List of all members.

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 419 of file Date.cpp.


Member Data Documentation

time_t Rcpp::state::ats[TZ_MAX_TIMES]

Definition at line 426 of file Date.cpp.

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

Definition at line 423 of file Date.cpp.

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

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

Definition at line 430 of file Date.cpp.

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

Definition at line 425 of file Date.cpp.

Referenced by Rcpp::tzload().

Definition at line 424 of file Date.cpp.

Referenced by Rcpp::tzload().

Definition at line 420 of file Date.cpp.

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

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

Definition at line 431 of file Date.cpp.

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

Definition at line 421 of file Date.cpp.

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

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

Definition at line 428 of file Date.cpp.

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

Definition at line 422 of file Date.cpp.

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

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

Definition at line 427 of file Date.cpp.

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines