Rcpp Version 1.0.9
|
#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 |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 107 of file Module.h.
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::is_const(), and Rcpp::SignedMethod< Class >::is_const().
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 106 of file Module.h.
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::is_void(), and Rcpp::SignedMethod< Class >::is_void().
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 105 of file Module.h.
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::nargs(), and Rcpp::SignedMethod< Class >::nargs().
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
|
inlinevirtual |
Reimplemented in Rcpp::CppInheritedMethod< Class, Parent >.
Definition at line 108 of file Module.h.
Referenced by Rcpp::CppInheritedMethod< Class, Parent >::signature(), and Rcpp::SignedMethod< Class >::signature().