|
Rcpp Version 1.1.2
|
#include <Module.h>

Public Types | |
| typedef CppMethod< Class > | METHOD |
Public Member Functions | |
| SignedMethod (METHOD *m, ValidMethod valid_, const char *doc) | |
| int | nargs () |
| bool | is_void () |
| bool | is_const () |
| void | signature (std::string &s, const char *name) |
Public Attributes | |
| METHOD * | method |
| ValidMethod | valid |
| std::string | docstring |
| typedef CppMethod<Class> Rcpp::SignedMethod< Class >::METHOD |
|
inline |
|
inline |
Definition at line 305 of file Module.h.
References method.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
|
inline |
Definition at line 304 of file Module.h.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
|
inline |
Definition at line 303 of file Module.h.
References method.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
|
inline |
Definition at line 306 of file Module.h.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
| std::string Rcpp::SignedMethod< Class >::docstring |
Definition at line 301 of file Module.h.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods(), and SignedMethod().
| METHOD* Rcpp::SignedMethod< Class >::method |
Definition at line 299 of file Module.h.
Referenced by is_const(), nargs(), and SignedMethod().
| ValidMethod Rcpp::SignedMethod< Class >::valid |
Definition at line 300 of file Module.h.
Referenced by SignedMethod().