Loading...
Searching...
No Matches
Go to the source code of this file.
|
| 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 x) |
| |
| 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) |
| |