|
Rcpp Version 0.9.10
|

Go to the source code of this file.
Defines | |
| #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) |
Functions | |
| CALLFUN_1 (as_character_externalptr) | |
| CALLFUN_3 (CppField__get) | |
| CALLFUN_4 (CppField__set) | |
| CALLFUN_1 (Class__name) | |
| CALLFUN_1 (Class__has_default_constructor) | |
| CALLFUN_1 (CppClass__complete) | |
| CALLFUN_1 (CppClass__methods) | |
| CALLFUN_1 (Module__classes_info) | |
| CALLFUN_1 (Module__complete) | |
| CALLFUN_1 (Module__functions_arity) | |
| CALLFUN_1 (Module__functions_names) | |
| CALLFUN_2 (Module__get_class) | |
| CALLFUN_2 (Module__has_class) | |
| CALLFUN_2 (Module__has_function) | |
| CALLFUN_2 (Module__get_function) | |
| CALLFUN_1 (Module__name) | |
| CALLFUN_2 (CppObject__finalize) | |
| CALLFUN_0 (get_rcpp_cache) | |
| CALLFUN_0 (init_Rcpp_cache) | |
| CALLFUN_0 (reset_current_error) | |
| CALLFUN_1 (rcpp_error_recorder) | |
| CALLFUN_1 (rcpp_set_current_error) | |
| CALLFUN_0 (rcpp_get_current_error) | |
| CALLFUN_1 (rcpp_set_error_occured) | |
| CALLFUN_0 (rcpp_get_error_occured) | |
| CALLFUN_1 (rcpp_set_stack_trace) | |
| CALLFUN_0 (rcpp_get_stack_trace) | |
| EXTFUN (CppMethod__invoke) | |
| EXTFUN (CppMethod__invoke_void) | |
| EXTFUN (CppMethod__invoke_notvoid) | |
| EXTFUN (InternalFunction_invoke) | |
| EXTFUN (Module__invoke) | |
| EXTFUN (class__newInstance) | |
| EXTFUN (class__dummyInstance) | |
| #define CALLFUN_0 | ( | name | ) | SEXP name() |
Definition at line 25 of file routines.h.
| #define CALLFUN_1 | ( | name | ) | SEXP name(SEXP) |
Definition at line 26 of file routines.h.
| #define CALLFUN_2 | ( | name | ) | SEXP name(SEXP,SEXP) |
Definition at line 27 of file routines.h.
| #define CALLFUN_3 | ( | name | ) | SEXP name(SEXP,SEXP,SEXP) |
Definition at line 28 of file routines.h.
| #define CALLFUN_4 | ( | name | ) | SEXP name(SEXP,SEXP,SEXP,SEXP) |
Definition at line 29 of file routines.h.
| #define CALLFUN_5 | ( | name | ) | SEXP name(SEXP,SEXP,SEXP,SEXP,SEXP) |
Definition at line 30 of file routines.h.
| #define EXTFUN | ( | name | ) | SEXP name(SEXP) |
Definition at line 31 of file routines.h.
| CALLFUN_0 | ( | get_rcpp_cache | ) |
| CALLFUN_0 | ( | init_Rcpp_cache | ) |
| CALLFUN_0 | ( | reset_current_error | ) |
| CALLFUN_0 | ( | rcpp_get_current_error | ) |
| CALLFUN_0 | ( | rcpp_get_error_occured | ) |
| CALLFUN_0 | ( | rcpp_get_stack_trace | ) |
| CALLFUN_1 | ( | as_character_externalptr | ) |
| CALLFUN_1 | ( | Module__name | ) |
| CALLFUN_1 | ( | Class__name | ) |
| CALLFUN_1 | ( | Module__complete | ) |
| CALLFUN_1 | ( | Module__classes_info | ) |
| CALLFUN_1 | ( | Class__has_default_constructor | ) |
| CALLFUN_1 | ( | Module__functions_names | ) |
| CALLFUN_1 | ( | Module__functions_arity | ) |
| CALLFUN_1 | ( | rcpp_error_recorder | ) |
| CALLFUN_1 | ( | rcpp_set_current_error | ) |
| CALLFUN_1 | ( | rcpp_set_error_occured | ) |
| CALLFUN_1 | ( | CppClass__complete | ) |
| CALLFUN_1 | ( | rcpp_set_stack_trace | ) |
| CALLFUN_1 | ( | CppClass__methods | ) |
| CALLFUN_2 | ( | Module__get_function | ) |
| CALLFUN_2 | ( | Module__has_class | ) |
| CALLFUN_2 | ( | CppObject__finalize | ) |
| CALLFUN_2 | ( | Module__get_class | ) |
| CALLFUN_2 | ( | Module__has_function | ) |
| CALLFUN_3 | ( | CppField__get | ) |
| CALLFUN_4 | ( | CppField__set | ) |
| EXTFUN | ( | Module__invoke | ) |
| EXTFUN | ( | CppMethod__invoke_void | ) |
| EXTFUN | ( | class__newInstance | ) |
| EXTFUN | ( | InternalFunction_invoke | ) |
| EXTFUN | ( | CppMethod__invoke | ) |
| EXTFUN | ( | class__dummyInstance | ) |
| EXTFUN | ( | CppMethod__invoke_notvoid | ) |