Rcpp Version 1.0.9
Rcpp::ttinfo Struct Reference

Public Attributes

int_fast32_t tt_gmtoff
 
int tt_isdst
 
int tt_abbrind
 
int tt_ttisstd
 
int tt_ttisgmt
 

Detailed Description

Definition at line 380 of file date.cpp.

Member Data Documentation

◆ tt_abbrind

int Rcpp::ttinfo::tt_abbrind

Definition at line 383 of file date.cpp.

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

◆ tt_gmtoff

int_fast32_t Rcpp::ttinfo::tt_gmtoff

Definition at line 381 of file date.cpp.

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

◆ tt_isdst

int Rcpp::ttinfo::tt_isdst

Definition at line 382 of file date.cpp.

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

◆ tt_ttisgmt

int Rcpp::ttinfo::tt_ttisgmt

Definition at line 385 of file date.cpp.

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

◆ tt_ttisstd

int Rcpp::ttinfo::tt_ttisstd

Definition at line 384 of file date.cpp.

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


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