#include <RcppDatetimeVector.h>
Public Member Functions | |
RcppDatetimeVector (SEXP vec) | |
~RcppDatetimeVector () | |
RcppDatetime & | operator() (int i) const |
int | size () const |
Private Attributes | |
RcppDatetime * | v |
int | length |
Definition at line 28 of file RcppDatetimeVector.h.
RcppDatetimeVector::RcppDatetimeVector | ( | SEXP | vec | ) |
Definition at line 24 of file RcppDatetimeVector.cpp.
References ColDatum::i, length, and v.
RcppDatetimeVector::~RcppDatetimeVector | ( | ) |
Definition at line 37 of file RcppDatetimeVector.cpp.
References v.
RcppDatetime & RcppDatetimeVector::operator() | ( | int | i | ) | const |
Definition at line 41 of file RcppDatetimeVector.cpp.
int RcppDatetimeVector::size | ( | ) | const |
Definition at line 50 of file RcppDatetimeVector.cpp.
References length.
Referenced by RcppResultSet::add(), and RcppDateExample().
int RcppDatetimeVector::length [private] |
Definition at line 36 of file RcppDatetimeVector.h.
Referenced by operator()(), RcppDatetimeVector(), and size().
RcppDatetime* RcppDatetimeVector::v [private] |
Definition at line 35 of file RcppDatetimeVector.h.
Referenced by operator()(), RcppDatetimeVector(), and ~RcppDatetimeVector().