|
Rcpp Version 0.9.10
|
#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 |
| Rcpp::SignedMethod< Class >::SignedMethod | ( | METHOD * | m, |
| ValidMethod | valid_, | ||
| const char * | doc | ||
| ) | [inline] |
| bool Rcpp::SignedMethod< Class >::is_const | ( | ) | [inline] |
Definition at line 232 of file Module.h.
References Rcpp::CppMethod< Class >::is_const(), and Rcpp::SignedMethod< Class >::method.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().

| bool Rcpp::SignedMethod< Class >::is_void | ( | ) | [inline] |
Definition at line 231 of file Module.h.
References Rcpp::CppMethod< Class >::is_void(), and Rcpp::SignedMethod< Class >::method.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().

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

| void Rcpp::SignedMethod< Class >::signature | ( | std::string & | s, |
| const char * | name | ||
| ) | [inline] |
Definition at line 233 of file Module.h.
References Rcpp::SignedMethod< Class >::method, and Rcpp::CppMethod< Class >::signature().
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().

| std::string Rcpp::SignedMethod< Class >::docstring |
Definition at line 228 of file Module.h.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
| METHOD* Rcpp::SignedMethod< Class >::method |
Definition at line 226 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 |