Rcpp Version 1.0.9
|
#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 195 of file Module.h.
References Rcpp::CppMethod< Class >::is_const(), and Rcpp::SignedMethod< Class >::method.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
|
inline |
Definition at line 194 of file Module.h.
References Rcpp::CppMethod< Class >::is_void(), and Rcpp::SignedMethod< Class >::method.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
|
inline |
Definition at line 193 of file Module.h.
References Rcpp::SignedMethod< Class >::method, and Rcpp::CppMethod< Class >::nargs().
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
|
inline |
Definition at line 196 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 191 of file Module.h.
Referenced by Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods().
METHOD* Rcpp::SignedMethod< Class >::method |
Definition at line 189 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 |