RcppDateVector Class Reference

#include <Rcpp.h>

Collaboration diagram for RcppDateVector:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

RcppDatev
int length

Detailed Description

Definition at line 406 of file Rcpp.h.


Constructor & Destructor Documentation

RcppDateVector::RcppDateVector ( SEXP  vec  ) 

Definition at line 257 of file Rcpp.cpp.

References length, and v.

RcppDateVector::~RcppDateVector (  )  [inline]

Definition at line 409 of file Rcpp.h.

References v.


Member Function Documentation

RcppDate& RcppDateVector::operator() ( int  i  )  [inline]

Definition at line 412 of file Rcpp.h.

References length, and v.

int RcppDateVector::size (  )  [inline]

Definition at line 420 of file Rcpp.h.

References length.

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


Member Data Documentation

int RcppDateVector::length [private]

Definition at line 423 of file Rcpp.h.

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

Definition at line 422 of file Rcpp.h.

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


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

Generated on Fri Nov 6 13:03:18 2009 for Rcpp by  doxygen 1.6.1