#include <RcppDatetime.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const RcppDatetime &datetime) |
RcppDatetime | operator+ (const RcppDatetime &date, double offset) |
RcppDatetime operator+ | ( | const RcppDatetime & | date, | |
double | offset | |||
) |
Definition at line 55 of file RcppDatetime.cpp.
References RcppDatetime::m_d, and RcppDatetime::m_parsed.
std::ostream& operator<< | ( | std::ostream & | os, | |
const RcppDatetime & | datetime | |||
) |
Definition at line 45 of file RcppDatetime.cpp.
References RcppDatetime::m_tm, RcppDatetime::m_us, and RcppDatetime::parseTime().