Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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 273 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 276 of file Module.h.

Member Function Documentation

◆ nargs()

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

Definition at line 286 of file Module.h.

References fact.

◆ signature()

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

Definition at line 287 of file Module.h.

References fact.

Member Data Documentation

◆ docstring

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

Definition at line 284 of file Module.h.

◆ fact

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

Definition at line 282 of file Module.h.

Referenced by nargs(), and signature().

◆ valid

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

Definition at line 283 of file Module.h.


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