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


Public Types | |
| typedef std::conditional< IsConst, RESULT_TYPE(*)(constClass *, T...), RESULT_TYPE(*)(Class *, T...)>::type | Method |
| typedef CppMethod< Class > | method_class |
| typedef Rcpp::traits::remove_const_and_reference< RESULT_TYPE >::type | CLEANED_RESULT_TYPE |
| Public Types inherited from Rcpp::CppMethod< Class > | |
| typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
| Pointer_CppMethodImplN (Method m) | |
| SEXP | operator() (Class *object, SEXP *args) |
| int | nargs () |
| bool | is_void () |
| bool | is_const () |
| void | signature (std::string &s, const char *name) |
| Public Member Functions inherited from Rcpp::CppMethod< Class > | |
| CppMethod () | |
| virtual | ~CppMethod () |
Private Attributes | |
| Method | met |
| typedef Rcpp::traits::remove_const_and_reference<RESULT_TYPE>::type Rcpp::Pointer_CppMethodImplN< IsConst, Class, RESULT_TYPE, T >::CLEANED_RESULT_TYPE |
| typedef std::conditional<IsConst,RESULT_TYPE(*)(constClass*,T...),RESULT_TYPE(*)(Class*,T...)>::type Rcpp::Pointer_CppMethodImplN< IsConst, Class, RESULT_TYPE, T >::Method |
| typedef CppMethod<Class> Rcpp::Pointer_CppMethodImplN< IsConst, Class, RESULT_TYPE, T >::method_class |
|
inline |
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
|
private |
Definition at line 424 of file Module.h.
Referenced by Rcpp::Pointer_CppMethodImplN< false, Class, RESULT_TYPE, T... >::operator()().