RcppDatetimeVector Class Reference

#include <RcppDatetimeVector.h>

Collaboration diagram for RcppDatetimeVector:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RcppDatetimeVector (SEXP vec)
 ~RcppDatetimeVector ()
RcppDatetimeoperator() (int i) const
int size () const

Private Attributes

RcppDatetimev
int length

Detailed Description

Definition at line 28 of file RcppDatetimeVector.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

RcppDatetime & RcppDatetimeVector::operator() ( int  i  )  const

Definition at line 41 of file RcppDatetimeVector.cpp.

References length, and v.

int RcppDatetimeVector::size (  )  const

Definition at line 50 of file RcppDatetimeVector.cpp.

References length.

Referenced by RcppResultSet::add(), and RcppDateExample().


Member Data Documentation

Definition at line 36 of file RcppDatetimeVector.h.

Referenced by operator()(), RcppDatetimeVector(), and size().

Definition at line 35 of file RcppDatetimeVector.h.

Referenced by operator()(), RcppDatetimeVector(), and ~RcppDatetimeVector().


The documentation for this class was generated from the following files:

Generated on Sat Dec 19 14:01:37 2009 for Rcpp by  doxygen 1.6.1