|
Rcpp Version 1.0.14
|
#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 |
|
inline |
|
inline |
Definition at line 317 of file Module.h.
References Rcpp::CppMethod< Class >::is_const(), and Rcpp::SignedMethod< Class >::method.

|
inline |
Definition at line 316 of file Module.h.
References Rcpp::CppMethod< Class >::is_void(), and Rcpp::SignedMethod< Class >::method.

|
inline |
Definition at line 315 of file Module.h.
References Rcpp::SignedMethod< Class >::method, and Rcpp::CppMethod< Class >::nargs().

|
inline |
Definition at line 318 of file Module.h.
References Rcpp::as(), Rcpp::SignedMethod< Class >::method, and Rcpp::CppMethod< Class >::signature().

| std::string Rcpp::SignedMethod< Class >::docstring |
| METHOD* Rcpp::SignedMethod< Class >::method |
Definition at line 311 of file Module.h.
Referenced by Rcpp::SignedMethod< Class >::is_const(), Rcpp::SignedMethod< Class >::is_void(), Rcpp::SignedMethod< Class >::nargs(), and Rcpp::SignedMethod< Class >::signature().
| ValidMethod Rcpp::SignedMethod< Class >::valid |