Loading...
Searching...
No Matches
 
 
 
 
Go to the source code of this file.
 | 
| template<>  | 
| SEXP  | Rcpp::wrap< Rcpp::Datetime > (const Rcpp::Datetime &dt) | 
|   | 
| template<>  | 
| double  | Rcpp::internal::caster< Rcpp::Datetime, double > (Rcpp::Datetime from) | 
|   | 
| template<>  | 
| Rcpp::Datetime  | Rcpp::internal::caster< double, Rcpp::Datetime > (double from) | 
|   | 
| template<>  | 
| SEXP  | Rcpp::wrap_extra_steps< Rcpp::Datetime > (SEXP x) | 
|   | 
| Datetime  | Rcpp::operator+ (const Datetime &datetime, double offset) | 
|   | 
| Datetime  | Rcpp::operator+ (const Datetime &datetime, int offset) | 
|   | 
| double  | Rcpp::operator- (const Datetime &d1, const Datetime &d2) | 
|   | 
| bool  | Rcpp::operator< (const Datetime &d1, const Datetime &d2) | 
|   | 
| bool  | Rcpp::operator> (const Datetime &d1, const Datetime &d2) | 
|   | 
| bool  | Rcpp::operator== (const Datetime &d1, const Datetime &d2) | 
|   | 
| bool  | Rcpp::operator>= (const Datetime &d1, const Datetime &d2) | 
|   | 
| bool  | Rcpp::operator<= (const Datetime &d1, const Datetime &d2) | 
|   | 
| bool  | Rcpp::operator!= (const Datetime &d1, const Datetime &d2) | 
|   | 
| std::ostream &  | Rcpp::operator<< (std::ostream &os, const Datetime d) | 
|   |