RcppDatetimeVector

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RcppDatetimeVector -

SYNOPSIS


#include <Rcpp.h>

Public Member Functions


RcppDatetimeVector (SEXP vec)

~RcppDatetimeVector ()

RcppDatetime & operator() (int i)

int size ()

Private Attributes


RcppDatetime * v

int length

Detailed Description

Definition at line 424 of file Rcpp.h.

Constructor & Destructor Documentation

RcppDatetimeVector::RcppDatetimeVector (SEXP vec)

Definition at line 261 of file Rcpp.cpp.

References length, and v.

RcppDatetimeVector::~RcppDatetimeVector () [inline]

Definition at line 427 of file Rcpp.h.

References v.

Member Function Documentation

RcppDatetime& RcppDatetimeVector::operator() (int i) [inline]

Definition at line 430 of file Rcpp.h.

References length, and v.

int RcppDatetimeVector::size () [inline]

Definition at line 438 of file Rcpp.h.

References length.

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

Member Data Documentation

RcppDatetime* RcppDatetimeVector::v [private]

Definition at line 440 of file Rcpp.h.

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

int RcppDatetimeVector::length [private]

Definition at line 441 of file Rcpp.h.

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

Author

Generated automatically by Doxygen for Rcpp from the source code.