Rcpp Version 1.0.9
Rcpp::Shelter< T > Class Template Reference

#include <Shelter.h>

Public Member Functions

 Shelter ()
 
SEXP operator() (SEXP x)
 
 ~Shelter ()
 

Private Member Functions

 Shelter (const Shelter &)
 
Shelteroperator= (const Shelter &)
 

Private Attributes

int nprotected
 

Detailed Description

template<class T>
class Rcpp::Shelter< T >

Definition at line 24 of file Shelter.h.

Constructor & Destructor Documentation

◆ Shelter() [1/2]

template<class T >
Rcpp::Shelter< T >::Shelter ( )
inline

Definition at line 26 of file Shelter.h.

◆ ~Shelter()

template<class T >
Rcpp::Shelter< T >::~Shelter ( )
inline

Definition at line 33 of file Shelter.h.

References Rcpp::Shelter< T >::nprotected, and Rcpp::Rcpp_unprotect().

Here is the call graph for this function:

◆ Shelter() [2/2]

template<class T >
Rcpp::Shelter< T >::Shelter ( const Shelter< T > &  )
private

Member Function Documentation

◆ operator()()

template<class T >
SEXP Rcpp::Shelter< T >::operator() ( SEXP  x)
inline

Definition at line 28 of file Shelter.h.

References Rcpp::Shelter< T >::nprotected, and Rcpp::Rcpp_protect().

Here is the call graph for this function:

◆ operator=()

template<class T >
Shelter& Rcpp::Shelter< T >::operator= ( const Shelter< T > &  )
private

Member Data Documentation

◆ nprotected

template<class T >
int Rcpp::Shelter< T >::nprotected
private

Definition at line 39 of file Shelter.h.

Referenced by Rcpp::Shelter< T >::operator()(), and Rcpp::Shelter< T >::~Shelter().


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