Rcpp Version 1.0.14
Loading...
Searching...
No Matches
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 392 of file date.cpp.

Member Data Documentation

◆ ats

time_t Rcpp::state::ats[TZ_MAX_TIMES]

Definition at line 399 of file date.cpp.

◆ charcnt

int Rcpp::state::charcnt

Definition at line 396 of file date.cpp.

◆ chars

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

Definition at line 402 of file date.cpp.

◆ goahead

int Rcpp::state::goahead

Definition at line 398 of file date.cpp.

◆ goback

int Rcpp::state::goback

Definition at line 397 of file date.cpp.

◆ leapcnt

int Rcpp::state::leapcnt

Definition at line 393 of file date.cpp.

◆ lsis

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

Definition at line 404 of file date.cpp.

◆ timecnt

int Rcpp::state::timecnt

Definition at line 394 of file date.cpp.

◆ ttis

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

Definition at line 401 of file date.cpp.

◆ typecnt

int Rcpp::state::typecnt

Definition at line 395 of file date.cpp.

◆ types

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

Definition at line 400 of file date.cpp.


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