#include <Rcpp.h>
Public Member Functions | |
RcppDateVector (SEXP vec) | |
~RcppDateVector () | |
RcppDate & | operator() (int i) |
int | size () |
Private Attributes | |
RcppDate * | v |
int | length |
Definition at line 406 of file Rcpp.h.
RcppDateVector::RcppDateVector | ( | SEXP | vec | ) |
RcppDate& RcppDateVector::operator() | ( | int | i | ) | [inline] |
int RcppDateVector::size | ( | ) | [inline] |
Definition at line 420 of file Rcpp.h.
References length.
Referenced by RcppResultSet::add(), and RcppDateExample().
int RcppDateVector::length [private] |
Definition at line 423 of file Rcpp.h.
Referenced by operator()(), RcppDateVector(), and size().
RcppDate* RcppDateVector::v [private] |
Definition at line 422 of file Rcpp.h.
Referenced by operator()(), RcppDateVector(), and ~RcppDateVector().