Rcpp Version 1.0.9
|
#include <Module.h>
Public Member Functions | |
SignedFactory (Factory_Base< Class > *fact_, ValidConstructor valid_, const char *doc) | |
int | nargs () |
void | signature (std::string &buffer, const std::string &class_name) |
Public Attributes | |
Factory_Base< Class > * | fact |
ValidConstructor | valid |
std::string | docstring |
|
inline |
|
inline |
Definition at line 176 of file Module.h.
References Rcpp::SignedFactory< Class >::fact.
|
inline |
Definition at line 177 of file Module.h.
References Rcpp::SignedFactory< Class >::fact.
std::string Rcpp::SignedFactory< Class >::docstring |
Factory_Base<Class>* Rcpp::SignedFactory< Class >::fact |
Definition at line 172 of file Module.h.
Referenced by Rcpp::SignedFactory< Class >::nargs(), and Rcpp::SignedFactory< Class >::signature().
ValidConstructor Rcpp::SignedFactory< Class >::valid |