Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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.

References nprotected.

Referenced by operator=(), and Shelter().

◆ ~Shelter()

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

Definition at line 33 of file Shelter.h.

References 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

References Shelter().

Here is the call graph for this function:

Member Function Documentation

◆ operator()()

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

Definition at line 28 of file Shelter.h.

References 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

References Shelter().

Here is the call graph for this function:

Member Data Documentation

◆ nprotected

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

Definition at line 39 of file Shelter.h.

Referenced by operator()(), Shelter(), and ~Shelter().


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