#include <R_ext/Rdynload.h>
Go to the source code of this file.
|
#define | CALLFUN_0(name) SEXP name() |
|
#define | CALLFUN_1(name) SEXP name(SEXP) |
|
#define | CALLFUN_2(name) SEXP name(SEXP,SEXP) |
|
#define | CALLFUN_3(name) SEXP name(SEXP,SEXP,SEXP) |
|
#define | CALLFUN_4(name) SEXP name(SEXP,SEXP,SEXP,SEXP) |
|
#define | CALLFUN_5(name) SEXP name(SEXP,SEXP,SEXP,SEXP,SEXP) |
|
#define | EXTFUN(name) SEXP name(SEXP) |
|
#define | MAX_ARGS 65 |
|
#define | UNPACK_EXTERNAL_ARGS(__CARGS__, __P__) |
|
#define | RCPP_FUN_1(__OUT__, __NAME__, ___0) |
|
#define | RCPP_FUN_2(__OUT__, __NAME__, ___0, ___1) |
|
#define | RCPP_FUN_3(__OUT__, __NAME__, ___0, ___1, ___2) |
|
#define | RCPP_FUN_4(__OUT__, __NAME__, ___0, ___1, ___2, ___3) |
|
◆ CALLFUN_0
#define CALLFUN_0 |
( |
|
name | ) |
SEXP name() |
◆ CALLFUN_1
#define CALLFUN_1 |
( |
|
name | ) |
SEXP name(SEXP) |
◆ CALLFUN_2
#define CALLFUN_2 |
( |
|
name | ) |
SEXP name(SEXP,SEXP) |
◆ CALLFUN_3
#define CALLFUN_3 |
( |
|
name | ) |
SEXP name(SEXP,SEXP,SEXP) |
◆ CALLFUN_4
#define CALLFUN_4 |
( |
|
name | ) |
SEXP name(SEXP,SEXP,SEXP,SEXP) |
◆ CALLFUN_5
#define CALLFUN_5 |
( |
|
name | ) |
SEXP name(SEXP,SEXP,SEXP,SEXP,SEXP) |
◆ EXTFUN
#define EXTFUN |
( |
|
name | ) |
SEXP name(SEXP) |
◆ MAX_ARGS
◆ RCPP_FUN_1
#define RCPP_FUN_1 |
( |
|
__OUT__, |
|
|
|
__NAME__, |
|
|
|
___0 |
|
) |
| |
Value:
SEXP __NAME__(SEXP x0) { \
SEXP res = R_NilValue; \
BEGIN_RCPP \
return res; \
END_RCPP \
} \
#define RCPP_DECORATE(__FUN__)
void converter(const char *from, const char *to, TO(*fun)(FROM), const char *docstring=0)
SEXP wrap(const Date &date)
Definition at line 48 of file internal.h.
◆ RCPP_FUN_2
#define RCPP_FUN_2 |
( |
|
__OUT__, |
|
|
|
__NAME__, |
|
|
|
___0, |
|
|
|
___1 |
|
) |
| |
Value:
SEXP __NAME__(SEXP x0, SEXP x1) { \
SEXP res = R_NilValue; \
BEGIN_RCPP \
return res; \
END_RCPP \
} \
Definition at line 60 of file internal.h.
◆ RCPP_FUN_3
#define RCPP_FUN_3 |
( |
|
__OUT__, |
|
|
|
__NAME__, |
|
|
|
___0, |
|
|
|
___1, |
|
|
|
___2 |
|
) |
| |
Value:
SEXP __NAME__(SEXP x0, SEXP x1, SEXP x2) { \
SEXP res = R_NilValue; \
BEGIN_RCPP \
return res; \
END_RCPP \
} \
Definition at line 72 of file internal.h.
◆ RCPP_FUN_4
#define RCPP_FUN_4 |
( |
|
__OUT__, |
|
|
|
__NAME__, |
|
|
|
___0, |
|
|
|
___1, |
|
|
|
___2, |
|
|
|
___3 |
|
) |
| |
Value:
SEXP __NAME__(SEXP x0, SEXP x1, SEXP x2, SEXP x3) { \
SEXP res = R_NilValue; \
BEGIN_RCPP \
return res; \
END_RCPP \
} \
Definition at line 85 of file internal.h.
◆ UNPACK_EXTERNAL_ARGS
#define UNPACK_EXTERNAL_ARGS |
( |
|
__CARGS__, |
|
|
|
__P__ |
|
) |
| |
Value:
int nargs = 0; \
if (Rf_isNull(__P__)) break; \
__CARGS__[nargs] = CAR(__P__); \
__P__ = CDR(__P__); \
}
Definition at line 39 of file internal.h.
◆ CALLFUN_0() [1/6]
◆ CALLFUN_0() [2/6]
◆ CALLFUN_0() [3/6]
◆ CALLFUN_0() [4/6]
◆ CALLFUN_0() [5/6]
◆ CALLFUN_0() [6/6]
◆ CALLFUN_1() [1/11]
◆ CALLFUN_1() [2/11]
CALLFUN_1 |
( |
Class__has_default_constructor |
| ) |
|
◆ CALLFUN_1() [3/11]
CALLFUN_1 |
( |
Class__name |
| ) |
|
◆ CALLFUN_1() [4/11]
CALLFUN_1 |
( |
CppClass__complete |
| ) |
|
◆ CALLFUN_1() [5/11]
CALLFUN_1 |
( |
CppClass__methods |
| ) |
|
◆ CALLFUN_1() [6/11]
CALLFUN_1 |
( |
Module__classes_info |
| ) |
|
◆ CALLFUN_1() [7/11]
CALLFUN_1 |
( |
Module__complete |
| ) |
|
◆ CALLFUN_1() [8/11]
CALLFUN_1 |
( |
Module__functions_arity |
| ) |
|
◆ CALLFUN_1() [9/11]
CALLFUN_1 |
( |
Module__functions_names |
| ) |
|
◆ CALLFUN_1() [10/11]
CALLFUN_1 |
( |
Module__name |
| ) |
|
◆ CALLFUN_1() [11/11]
◆ CALLFUN_2() [1/5]
CALLFUN_2 |
( |
CppObject__finalize |
| ) |
|
◆ CALLFUN_2() [2/5]
CALLFUN_2 |
( |
Module__get_class |
| ) |
|
◆ CALLFUN_2() [3/5]
CALLFUN_2 |
( |
Module__get_function |
| ) |
|
◆ CALLFUN_2() [4/5]
CALLFUN_2 |
( |
Module__has_class |
| ) |
|
◆ CALLFUN_2() [5/5]
CALLFUN_2 |
( |
Module__has_function |
| ) |
|
◆ CALLFUN_3()
CALLFUN_3 |
( |
CppField__get |
| ) |
|
◆ CALLFUN_4()
CALLFUN_4 |
( |
CppField__set |
| ) |
|
◆ EXTFUN() [1/7]
◆ EXTFUN() [2/7]
◆ EXTFUN() [3/7]
◆ EXTFUN() [4/7]
◆ EXTFUN() [5/7]
◆ EXTFUN() [6/7]
◆ EXTFUN() [7/7]
◆ get_Rcpp_protection_stack()
SEXP get_Rcpp_protection_stack |
( |
| ) |
|
◆ init_Rcpp_routines()
void init_Rcpp_routines |
( |
DllInfo * |
info | ) |
|