Rcpp Version 1.0.9
|
#include <CppFunction.h>
Public Member Functions | |
CppFunctionBase () | |
virtual | ~CppFunctionBase () |
virtual SEXP | operator() (SEXP *) |
base class for a callable function. This limited functionality is just barely enough for an InternalFunction, nothing more.
Definition at line 31 of file CppFunction.h.
|
inline |
Definition at line 33 of file CppFunction.h.
|
inlinevirtual |
Definition at line 34 of file CppFunction.h.
|
inlinevirtual |
modules call the function with this interface. input: an array of SEXP output: a SEXP.
Reimplemented in Rcpp::InternalFunctionWithStdFunction::CppFunctionBaseFromStdFunction< void, Args... >, and Rcpp::InternalFunctionWithStdFunction::CppFunctionBaseFromStdFunction< RESULT_TYPE, Args >.
Definition at line 40 of file CppFunction.h.