#include <Rcpp.h>
Public Member Functions | |
RcppDatetimeVector (SEXP vec) | |
~RcppDatetimeVector () | |
RcppDatetime & | operator() (int i) |
int | size () |
Private Attributes | |
RcppDatetime * | v |
int | length |
Definition at line 426 of file Rcpp.h.
RcppDatetimeVector::RcppDatetimeVector | ( | SEXP | vec | ) |
RcppDatetimeVector::~RcppDatetimeVector | ( | ) | [inline] |
RcppDatetime& RcppDatetimeVector::operator() | ( | int | i | ) | [inline] |
int RcppDatetimeVector::size | ( | ) | [inline] |
Definition at line 440 of file Rcpp.h.
References length.
Referenced by RcppResultSet::add(), and RcppDateExample().
int RcppDatetimeVector::length [private] |
Definition at line 443 of file Rcpp.h.
Referenced by operator()(), RcppDatetimeVector(), and size().
RcppDatetime* RcppDatetimeVector::v [private] |
Definition at line 442 of file Rcpp.h.
Referenced by operator()(), RcppDatetimeVector(), and ~RcppDatetimeVector().