#include "Rcpp.h"
#include <cstring>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const RcppDate &date) |
RcppDate | operator+ (const RcppDate &date, int offset) |
int | operator- (const RcppDate &date2, const RcppDate &date1) |
bool | operator< (const RcppDate &date1, const RcppDate &date2) |
bool | operator> (const RcppDate &date1, const RcppDate &date2) |
bool | operator>= (const RcppDate &date1, const RcppDate &date2) |
bool | operator<= (const RcppDate &date1, const RcppDate &date2) |
bool | operator== (const RcppDate &date1, const RcppDate &date2) |
char * | copyMessageToR (const char *const mesg) |
char* copyMessageToR | ( | const char *const | mesg | ) |
Definition at line 1000 of file Rcpp.cpp.
Referenced by Rcpp_Example(), RcppDateExample(), RcppParamsExample(), and RcppVectorExample().
Definition at line 810 of file Rcpp.cpp.
References RcppDate::day, RcppDate::jdn, RcppDate::jdn2mdy(), RcppDate::month, and RcppDate::year.
Definition at line 817 of file Rcpp.cpp.
References RcppDate::jdn.
Definition at line 821 of file Rcpp.cpp.
References RcppDate::jdn.
std::ostream& operator<< | ( | std::ostream & | os, | |
const RcppDate & | date | |||
) |
Definition at line 804 of file Rcpp.cpp.
References RcppDate::getDay(), RcppDate::getMonth(), and RcppDate::getYear().
Definition at line 833 of file Rcpp.cpp.
References RcppDate::jdn.
Definition at line 837 of file Rcpp.cpp.
References RcppDate::jdn.
Definition at line 825 of file Rcpp.cpp.
References RcppDate::jdn.
Definition at line 829 of file Rcpp.cpp.
References RcppDate::jdn.