|
Rcpp Version 0.9.10
|

Go to the source code of this file.
Namespaces | |
| namespace | Rcpp |
Rcpp API. | |
Functions | |
| Datetime | Rcpp::operator+ (const Datetime &datetime, double 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) |
| template<> | |
| SEXP | Rcpp::wrap (const Datetime &date) |