Rcpp Version 1.0.14
|
#include <Module.h>
Public Types | |
typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
CppMethod () | |
virtual SEXP | operator() (Class *, SEXP *) |
virtual | ~CppMethod () |
virtual int | nargs () |
virtual bool | is_void () |
virtual bool | is_const () |
virtual void | signature (std::string &s, const char *name) |
typedef Rcpp::XPtr<Class> Rcpp::CppMethod< Class >::XP |
|
inline |
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 155 of file Module.h.
References Rcpp::as().
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::is_const(), and Rcpp::SignedMethod< Class >::is_const().
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 154 of file Module.h.
References Rcpp::as().
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::is_void(), and Rcpp::SignedMethod< Class >::is_void().
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 153 of file Module.h.
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::nargs(), and Rcpp::SignedMethod< Class >::nargs().
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 151 of file Module.h.
References Rcpp::as().
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 156 of file Module.h.
References Rcpp::as().
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::signature(), and Rcpp::SignedMethod< Class >::signature().