Rcpp Version 1.0.9
Rcpp::SignedFactory< Class > Class Template Reference

#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
 

Detailed Description

template<typename Class>
class Rcpp::SignedFactory< Class >

Definition at line 163 of file Module.h.

Constructor & Destructor Documentation

◆ SignedFactory()

template<typename Class >
Rcpp::SignedFactory< Class >::SignedFactory ( Factory_Base< Class > *  fact_,
ValidConstructor  valid_,
const char *  doc 
)
inline

Definition at line 166 of file Module.h.

Member Function Documentation

◆ nargs()

template<typename Class >
int Rcpp::SignedFactory< Class >::nargs ( )
inline

Definition at line 176 of file Module.h.

References Rcpp::SignedFactory< Class >::fact.

◆ signature()

template<typename Class >
void Rcpp::SignedFactory< Class >::signature ( std::string &  buffer,
const std::string &  class_name 
)
inline

Definition at line 177 of file Module.h.

References Rcpp::SignedFactory< Class >::fact.

Member Data Documentation

◆ docstring

template<typename Class >
std::string Rcpp::SignedFactory< Class >::docstring

Definition at line 174 of file Module.h.

◆ fact

template<typename Class >
Factory_Base<Class>* Rcpp::SignedFactory< Class >::fact

◆ valid

template<typename Class >
ValidConstructor Rcpp::SignedFactory< Class >::valid

Definition at line 173 of file Module.h.


The documentation for this class was generated from the following file: