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

#include <InputParameter.h>

Public Types

typedef const T & const_reference
 

Public Member Functions

 ConstReferenceInputParameter (SEXP x_)
 
 operator const_reference ()
 

Private Attributes

obj
 

Detailed Description

template<typename T>
class Rcpp::ConstReferenceInputParameter< T >

Definition at line 69 of file InputParameter.h.

Member Typedef Documentation

◆ const_reference

template<typename T >
typedef const T& Rcpp::ConstReferenceInputParameter< T >::const_reference

Definition at line 71 of file InputParameter.h.

Constructor & Destructor Documentation

◆ ConstReferenceInputParameter()

template<typename T >
Rcpp::ConstReferenceInputParameter< T >::ConstReferenceInputParameter ( SEXP  x_)
inline

Definition at line 72 of file InputParameter.h.

Member Function Documentation

◆ operator const_reference()

template<typename T >
Rcpp::ConstReferenceInputParameter< T >::operator const_reference ( )
inline

Definition at line 74 of file InputParameter.h.

References Rcpp::ConstReferenceInputParameter< T >::obj.

Member Data Documentation

◆ obj

template<typename T >
T Rcpp::ConstReferenceInputParameter< T >::obj
private

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