|
Rcpp Version 1.1.2
|
#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 266 of file Module.h.
References ctor.
Referenced by Rcpp::S4_CppConstructor< Class >::S4_CppConstructor().
|
inline |
Definition at line 267 of file Module.h.
References ctor.
Referenced by Rcpp::S4_CppConstructor< Class >::S4_CppConstructor().
| Constructor_Base<Class>* Rcpp::SignedConstructor< Class >::ctor |
Definition at line 262 of file Module.h.
Referenced by nargs(), and signature().
| std::string Rcpp::SignedConstructor< Class >::docstring |
Definition at line 264 of file Module.h.
Referenced by Rcpp::S4_CppConstructor< Class >::S4_CppConstructor().
| ValidConstructor Rcpp::SignedConstructor< Class >::valid |