#include <Rcpp.h>
#include <cstring>
Go to the source code of this file.
Functions | |
char * | copyMessageToR (const char *const mesg) |
void | logTxtFunction (const char *file, const int line, const char *expression) |
char* copyMessageToR | ( | const char *const | mesg | ) |
Definition at line 29 of file RcppCommon.cpp.
Referenced by Rcpp_Example(), RcppDateExample(), RcppParamsExample(), and RcppVectorExample().
void logTxtFunction | ( | const char * | file, | |
const int | line, | |||
const char * | expression | |||
) | [inline] |
Definition at line 39 of file RcppCommon.cpp.