Rcpp Version 1.0.9
Rcpp::oldDateVector Class Reference

#include <oldDateVector.h>

Inheritance diagram for Rcpp::oldDateVector:
Collaboration diagram for Rcpp::oldDateVector:

Public Member Functions

 oldDateVector (SEXP vec)
 
 oldDateVector (int n)
 
std::vector< DategetDates () const
 

Detailed Description

Definition at line 30 of file oldDateVector.h.

Constructor & Destructor Documentation

◆ oldDateVector() [1/2]

Rcpp::oldDateVector::oldDateVector ( SEXP  vec)
inline

Definition at line 32 of file oldDateVector.h.

◆ oldDateVector() [2/2]

Rcpp::oldDateVector::oldDateVector ( int  n)
inline

Definition at line 33 of file oldDateVector.h.

Member Function Documentation

◆ getDates()

std::vector<Date> Rcpp::oldDateVector::getDates ( ) const
inline

Definition at line 35 of file oldDateVector.h.


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