src/Rcpp.cpp File Reference

#include "Rcpp.h"
#include <cstring>

Include dependency graph for Rcpp.cpp:

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)


Function Documentation

char* copyMessageToR ( const char *const   mesg  ) 

Definition at line 995 of file Rcpp.cpp.

Referenced by Rcpp_Example(), RcppDateExample(), RcppParamsExample(), and RcppVectorExample().

RcppDate operator+ ( const RcppDate date,
int  offset 
)

Definition at line 805 of file Rcpp.cpp.

References RcppDate::day, RcppDate::jdn, RcppDate::jdn2mdy(), RcppDate::month, and RcppDate::year.

Here is the call graph for this function:

int operator- ( const RcppDate date2,
const RcppDate date1 
)

Definition at line 812 of file Rcpp.cpp.

References RcppDate::jdn.

bool operator< ( const RcppDate date1,
const RcppDate date2 
)

Definition at line 816 of file Rcpp.cpp.

References RcppDate::jdn.

std::ostream& operator<< ( std::ostream &  os,
const RcppDate date 
)

Definition at line 799 of file Rcpp.cpp.

References RcppDate::getDay(), RcppDate::getMonth(), and RcppDate::getYear().

Here is the call graph for this function:

bool operator<= ( const RcppDate date1,
const RcppDate date2 
)

Definition at line 828 of file Rcpp.cpp.

References RcppDate::jdn.

bool operator== ( const RcppDate date1,
const RcppDate date2 
)

Definition at line 832 of file Rcpp.cpp.

References RcppDate::jdn.

bool operator> ( const RcppDate date1,
const RcppDate date2 
)

Definition at line 820 of file Rcpp.cpp.

References RcppDate::jdn.

bool operator>= ( const RcppDate date1,
const RcppDate date2 
)

Definition at line 824 of file Rcpp.cpp.

References RcppDate::jdn.


Generated on Mon Aug 3 14:41:18 2009 for Rcpp by  doxygen 1.5.9