Rcpp.h

Langue: en

Version: 270457 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

src/Rcpp.h -

SYNOPSIS


#include <iostream>
#include <sstream>
#include <string>
#include <list>
#include <map>
#include <stdexcept>
#include <vector>
#include <R.h>
#include <Rinternals.h>

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)

Define Documentation

#define R_NO_REMAP

Definition at line 34 of file Rcpp.h.

#define RcppExport extern 'C'

Definition at line 42 of file Rcpp.h.

Enumeration Type Documentation

enum ColType

Enumerator:

COLTYPE_DOUBLE
COLTYPE_INT
COLTYPE_STRING
COLTYPE_FACTOR
COLTYPE_LOGICAL
COLTYPE_DATE
COLTYPE_DATETIME

Definition at line 166 of file Rcpp.h.

Function Documentation

char* copyMessageToR (const char *const mesg)

Definition at line 986 of file Rcpp.cpp.

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

Author

Generated automatically by Doxygen for Rcpp from the source code.