Rcpp Version 1.1.2
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 253 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 256 of file Module.h.

Member Function Documentation

◆ nargs()

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

Definition at line 266 of file Module.h.

References ctor.

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

◆ signature()

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

Definition at line 267 of file Module.h.

References ctor.

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

Member Data Documentation

◆ ctor

template<typename Class>
Constructor_Base<Class>* Rcpp::SignedConstructor< Class >::ctor

Definition at line 262 of file Module.h.

Referenced by nargs(), and signature().

◆ docstring

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

Definition at line 264 of file Module.h.

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

◆ valid

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

Definition at line 263 of file Module.h.


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