Rcpp Version 1.0.9
|
#include <Module.h>
Public Types | |
typedef Rcpp::XPtr< Class > | XP |
typedef CppMethod< Parent > | ParentMethod |
Public Types inherited from Rcpp::CppMethod< Class > | |
typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
CppInheritedMethod (ParentMethod *parent_method_pointer_) | |
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 | |
ParentMethod * | parent_method_pointer |
typedef CppMethod<Parent> Rcpp::CppInheritedMethod< Class, Parent >::ParentMethod |
typedef Rcpp::XPtr<Class> Rcpp::CppInheritedMethod< Class, Parent >::XP |
|
inline |
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 126 of file Module.h.
References Rcpp::CppMethod< Class >::is_const(), and Rcpp::CppInheritedMethod< Class, Parent >::parent_method_pointer.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 125 of file Module.h.
References Rcpp::CppMethod< Class >::is_void(), and Rcpp::CppInheritedMethod< Class, Parent >::parent_method_pointer.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 124 of file Module.h.
References Rcpp::CppMethod< Class >::nargs(), and Rcpp::CppInheritedMethod< Class, Parent >::parent_method_pointer.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 121 of file Module.h.
References Rcpp::CppInheritedMethod< Class, Parent >::parent_method_pointer.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 127 of file Module.h.
References Rcpp::CppInheritedMethod< Class, Parent >::parent_method_pointer, and Rcpp::CppMethod< Class >::signature().
|
private |
Definition at line 130 of file Module.h.
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::is_const(), Rcpp::CppInheritedMethod< Class, Parent >::is_void(), Rcpp::CppInheritedMethod< Class, Parent >::nargs(), Rcpp::CppInheritedMethod< Class, Parent >::operator()(), and Rcpp::CppInheritedMethod< Class, Parent >::signature().