RcppDateVector

Langue: en

Version: 299041 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RcppDateVector -

SYNOPSIS


#include <Rcpp.h>

Public Member Functions


RcppDateVector (SEXP vec)

~RcppDateVector ()

RcppDate & operator() (int i)

int size ()

Private Attributes


RcppDate * v

int length

Detailed Description

Definition at line 404 of file Rcpp.h.

Constructor & Destructor Documentation

RcppDateVector::RcppDateVector (SEXP vec)

Definition at line 248 of file Rcpp.cpp.

References length, and v.

RcppDateVector::~RcppDateVector () [inline]

Definition at line 407 of file Rcpp.h.

References v.

Member Function Documentation

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

Definition at line 410 of file Rcpp.h.

References length, and v.

int RcppDateVector::size () [inline]

Definition at line 418 of file Rcpp.h.

References length.

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

Member Data Documentation

RcppDate* RcppDateVector::v [private]

Definition at line 420 of file Rcpp.h.

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

int RcppDateVector::length [private]

Definition at line 421 of file Rcpp.h.

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

Author

Generated automatically by Doxygen for Rcpp from the source code.