#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.
Classes | |
class | RcppDate |
class | RcppDatetime |
class | RcppParams |
class | ColDatum |
class | RcppFrame |
class | RcppNumList |
class | RcppVector< T > |
class | RcppStringVector |
class | RcppDateVector |
class | RcppDatetimeVector |
class | RcppMatrix< T > |
class | RcppVectorView< T > |
class | RcppMatrixView< T > |
class | RcppStringVectorView |
class | RcppFunction |
class | RcppResultSet |
Defines | |
#define | R_NO_REMAP |
#define | RcppExport extern "C" |
Enumerations | |
enum | ColType { COLTYPE_DOUBLE, COLTYPE_INT, COLTYPE_STRING, COLTYPE_FACTOR, COLTYPE_LOGICAL, COLTYPE_DATE, COLTYPE_DATETIME } |
Functions | |
char * | copyMessageToR (const char *const mesg) |
enum ColType |
char* copyMessageToR | ( | const char *const | mesg | ) |
Definition at line 995 of file Rcpp.cpp.
Referenced by Rcpp_Example(), RcppDateExample(), RcppParamsExample(), and RcppVectorExample().