Rcpp Version 1.0.9
Datetime.h File Reference
#include <RcppCommon.h>
Include dependency graph for Datetime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::Datetime
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::internal
 internal implementation details
 

Functions

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)
 
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)