#include <RcppDateVector.h>
Public Member Functions | |
RcppDateVector (SEXP vec) | |
~RcppDateVector () | |
RcppDate & | operator() (int i) |
int | size () const |
Private Attributes | |
RcppDate * | v |
int | length |
Definition at line 29 of file RcppDateVector.h.
RcppDateVector::RcppDateVector | ( | SEXP | vec | ) |
Definition at line 25 of file RcppDateVector.cpp.
RcppDateVector::~RcppDateVector | ( | ) |
Definition at line 38 of file RcppDateVector.cpp.
References v.
RcppDate & RcppDateVector::operator() | ( | int | i | ) |
Definition at line 42 of file RcppDateVector.cpp.
int RcppDateVector::size | ( | ) | const |
Definition at line 51 of file RcppDateVector.cpp.
References length.
Referenced by RcppResultSet::add(), and RcppDateExample().
int RcppDateVector::length [private] |
Definition at line 37 of file RcppDateVector.h.
Referenced by operator()(), RcppDateVector(), and size().
RcppDate* RcppDateVector::v [private] |
Definition at line 36 of file RcppDateVector.h.
Referenced by operator()(), RcppDateVector(), and ~RcppDateVector().