|
Rcpp Version 1.1.2
|
#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 |
Definition at line 160 of file Module.h.
Referenced by Rcpp::CppProperty_GetMethod_SetPointer< Class, PROP >::get().
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 169 of file Module.h.
References parent_method_pointer.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 168 of file Module.h.
References parent_method_pointer.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
|
inlinevirtual |
Reimplemented from Rcpp::CppMethod< Class >.
Definition at line 170 of file Module.h.
References parent_method_pointer.
|
private |
Definition at line 173 of file Module.h.
Referenced by is_const(), is_void(), and signature().