| 
    Rcpp Version 1.0.14
    
   | 
 
#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 298 of file Module.h.
References Rcpp::SignedFactory< Class >::fact.
      
  | 
  inline | 
Definition at line 299 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 294 of file Module.h.
Referenced by Rcpp::SignedFactory< Class >::nargs(), and Rcpp::SignedFactory< Class >::signature().
| ValidConstructor Rcpp::SignedFactory< Class >::valid |