Rcpp Version 1.0.9
|
#include <Module.h>
Public Member Functions | |
SignedConstructor (Constructor_Base< Class > *ctor_, ValidConstructor valid_, const char *doc) | |
int | nargs () |
void | signature (std::string &buffer, const std::string &class_name) |
Public Attributes | |
Constructor_Base< Class > * | ctor |
ValidConstructor | valid |
std::string | docstring |
|
inline |
|
inline |
Definition at line 156 of file Module.h.
References Rcpp::SignedConstructor< Class >::ctor.
Referenced by Rcpp::S4_CppConstructor< Class >::S4_CppConstructor().
|
inline |
Definition at line 157 of file Module.h.
References Rcpp::SignedConstructor< Class >::ctor.
Referenced by Rcpp::S4_CppConstructor< Class >::S4_CppConstructor().
Constructor_Base<Class>* Rcpp::SignedConstructor< Class >::ctor |
Definition at line 152 of file Module.h.
Referenced by Rcpp::SignedConstructor< Class >::nargs(), and Rcpp::SignedConstructor< Class >::signature().
std::string Rcpp::SignedConstructor< Class >::docstring |
Definition at line 154 of file Module.h.
Referenced by Rcpp::S4_CppConstructor< Class >::S4_CppConstructor().
ValidConstructor Rcpp::SignedConstructor< Class >::valid |