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 986 of file Rcpp.cpp.

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

RcppDate operator+ ( const RcppDate date,
int  offset 
)

Definition at line 796 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 803 of file Rcpp.cpp.

References RcppDate::jdn.

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

Definition at line 807 of file Rcpp.cpp.

References RcppDate::jdn.

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

Definition at line 790 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 819 of file Rcpp.cpp.

References RcppDate::jdn.

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

Definition at line 823 of file Rcpp.cpp.

References RcppDate::jdn.

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

Definition at line 811 of file Rcpp.cpp.

References RcppDate::jdn.

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

Definition at line 815 of file Rcpp.cpp.

References RcppDate::jdn.


Generated on Tue Feb 24 20:26:44 2009 for Rcpp by  doxygen 1.5.6