#include <iostream>
#include <sstream>
#include <string>
#include <list>
#include <map>
#include <stdexcept>
#include <vector>
#include <R.h>
#include <Rinternals.h>
Go to the source code of this file.
Defines | |
#define | R_NO_REMAP |
#define | RcppExport extern "C" |
#define | logTxt(x) |
Functions | |
char * | copyMessageToR (const char *const mesg) |
void | logTxtFunction (const char *file, const int line, const char *expression) |
#define logTxt | ( | x | ) |
Definition at line 52 of file RcppCommon.h.
Referenced by RcppSexp::RcppSexp(), and RcppSexp::~RcppSexp().
#define R_NO_REMAP |
Definition at line 35 of file RcppCommon.h.
#define RcppExport extern "C" |
Definition at line 43 of file RcppCommon.h.
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.