|
Rcpp Version 1.1.2
|
#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 |
|
inline |
| std::string Rcpp::SignedFactory< Class >::docstring |
| Factory_Base<Class>* Rcpp::SignedFactory< Class >::fact |
Definition at line 282 of file Module.h.
Referenced by nargs(), and signature().
| ValidConstructor Rcpp::SignedFactory< Class >::valid |