|
Rcpp Version 0.9.10
|
#include <Module.h>
Public Types | |
| typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
| CppMethod () | |
| virtual SEXP | operator() (Class *object, SEXP *args) |
| 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 |
| Rcpp::CppMethod< Class >::CppMethod | ( | ) | [inline] |
| virtual Rcpp::CppMethod< Class >::~CppMethod | ( | ) | [inline, virtual] |
| virtual bool Rcpp::CppMethod< Class >::is_const | ( | ) | [inline, virtual] |
Definition at line 189 of file Module.h.
Referenced by Rcpp::SignedMethod< Class >::is_const().
| virtual bool Rcpp::CppMethod< Class >::is_void | ( | ) | [inline, virtual] |
Definition at line 188 of file Module.h.
Referenced by Rcpp::class_< Class >::invoke(), and Rcpp::SignedMethod< Class >::is_void().
| virtual int Rcpp::CppMethod< Class >::nargs | ( | ) | [inline, virtual] |
Definition at line 187 of file Module.h.
Referenced by Rcpp::SignedMethod< Class >::nargs().
| virtual SEXP Rcpp::CppMethod< Class >::operator() | ( | Class * | object, |
| SEXP * | args | ||
| ) | [inline, virtual] |
Definition at line 185 of file Module.h.
References R_NilValue.
| virtual void Rcpp::CppMethod< Class >::signature | ( | std::string & | s, |
| const char * | name | ||
| ) | [inline, virtual] |
Definition at line 190 of file Module.h.
Referenced by Rcpp::SignedMethod< Class >::signature().