RcppDateVector Class Reference

#include <RcppDateVector.h>

Collaboration diagram for RcppDateVector:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RcppDateVector (SEXP vec)
 ~RcppDateVector ()
RcppDateoperator() (int i)
int size () const

Private Attributes

RcppDatev
int length

Detailed Description

Definition at line 29 of file RcppDateVector.h.


Constructor & Destructor Documentation

RcppDateVector::RcppDateVector ( SEXP  vec  ) 

Definition at line 25 of file RcppDateVector.cpp.

References length, and v.

RcppDateVector::~RcppDateVector (  ) 

Definition at line 38 of file RcppDateVector.cpp.

References v.


Member Function Documentation

RcppDate & RcppDateVector::operator() ( int  i  ) 

Definition at line 42 of file RcppDateVector.cpp.

References length, and v.

int RcppDateVector::size (  )  const

Definition at line 51 of file RcppDateVector.cpp.

References length.

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


Member Data Documentation

int RcppDateVector::length [private]

Definition at line 37 of file RcppDateVector.h.

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

Definition at line 36 of file RcppDateVector.h.

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


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