Rcpp Version 1.0.14
Loading...
Searching...
No Matches
Rcpp::SignedConstructor< Class > Class Template Reference

#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
 

Detailed Description

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

Definition at line 265 of file Module.h.

Constructor & Destructor Documentation

◆ SignedConstructor()

template<typename Class >
Rcpp::SignedConstructor< Class >::SignedConstructor ( Constructor_Base< Class > *  ctor_,
ValidConstructor  valid_,
const char doc 
)
inline

Definition at line 268 of file Module.h.

Member Function Documentation

◆ nargs()

◆ signature()

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

Member Data Documentation

◆ ctor

◆ docstring

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

Definition at line 276 of file Module.h.

Referenced by Rcpp::S4_CppConstructor< Class >::S4_CppConstructor().

◆ valid

Definition at line 275 of file Module.h.


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