Rcpp Version 1.0.9
Date.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::Date
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::internal
 internal implementation details
 

Functions

template<>
SEXP Rcpp::wrap< Rcpp::Date > (const Rcpp::Date &date)
 
template<>
double Rcpp::internal::caster< Rcpp::Date, double > (Rcpp::Date from)
 
template<>
Rcpp::Date Rcpp::internal::caster< double, Rcpp::Date > (double from)
 
template<>
SEXP Rcpp::wrap_extra_steps< Rcpp::Date > (SEXP)
 
Date Rcpp::operator+ (const Date &date, int offset)
 
double Rcpp::operator- (const Date &d1, const Date &d2)
 
bool Rcpp::operator< (const Date &d1, const Date &d2)
 
bool Rcpp::operator> (const Date &d1, const Date &d2)
 
bool Rcpp::operator== (const Date &d1, const Date &d2)
 
bool Rcpp::operator>= (const Date &d1, const Date &d2)
 
bool Rcpp::operator<= (const Date &d1, const Date &d2)
 
bool Rcpp::operator!= (const Date &d1, const Date &d2)
 
std::ostream & Rcpp::operator<< (std::ostream &os, const Date d)
 
SEXP Rcpp::internal::getPosixClasses ()
 
SEXP Rcpp::internal::new_posixt_object (double d)
 
SEXP Rcpp::internal::new_date_object (double d)