|
Rcpp Version 1.1.2
|
#include <Module.h>


Public Member Functions | |
| CppFunction_WithFormalsN (RESULT_TYPE(*fun)(T...), Rcpp::List formals_, const char *docstring=0) | |
| SEXP | get_formals () |
| Public Member Functions inherited from Rcpp::CppFunctionN< RESULT_TYPE, T... > | |
| CppFunctionN (RESULT_TYPE(*fun)(T...), const char *docstring=0) | |
| SEXP | operator() (SEXP *args) |
| int | nargs () |
| bool | is_void () |
| void | signature (std::string &s, const char *name) |
| DL_FUNC | get_function_ptr () |
| Public Member Functions inherited from Rcpp::CppFunction | |
| CppFunction (const char *doc=0) | |
| virtual | ~CppFunction () |
| Public Member Functions inherited from Rcpp::CppFunctionBase | |
| CppFunctionBase () | |
| virtual | ~CppFunctionBase () |
Private Attributes | |
| Rcpp::List | formals |
Additional Inherited Members | |
| Public Attributes inherited from Rcpp::CppFunction | |
| std::string | docstring |
|
inline |
Definition at line 125 of file Module.h.
References Rcpp::CppFunctionN< RESULT_TYPE, T... >::CppFunctionN(), Rcpp::CppFunction::docstring, and formals.

|
inlinevirtual |
formal arguments
Reimplemented from Rcpp::CppFunction.
Definition at line 128 of file Module.h.
References formals.
|
private |
Definition at line 131 of file Module.h.
Referenced by CppFunction_WithFormalsN(), and get_formals().