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

References Rcpp::as(), and obj.

Here is the call graph for this function:

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 obj.

Member Data Documentation

◆ obj

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

Definition at line 77 of file InputParameter.h.

Referenced by ConstReferenceInputParameter(), and operator const_reference().


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