|
Rcpp Version 1.0.14
|
#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 174 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 173 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 172 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 169 of file Module.h.
References Rcpp::as(), and Rcpp::CppInheritedMethod< Class, Parent >::parent_method_pointer.

|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 175 of file Module.h.
References Rcpp::as(), Rcpp::CppInheritedMethod< Class, Parent >::parent_method_pointer, and Rcpp::CppMethod< Class >::signature().

|
private |
Definition at line 178 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().