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

#include <InputParameter.h>

Public Types

typedef const T const_nonref
 

Public Member Functions

 ConstInputParameter (SEXP x_)
 
 operator const_nonref ()
 

Private Attributes

obj
 

Detailed Description

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

Definition at line 56 of file InputParameter.h.

Member Typedef Documentation

◆ const_nonref

template<typename T >
typedef const T Rcpp::ConstInputParameter< T >::const_nonref

Definition at line 58 of file InputParameter.h.

Constructor & Destructor Documentation

◆ ConstInputParameter()

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

Definition at line 59 of file InputParameter.h.

Member Function Documentation

◆ operator const_nonref()

template<typename T >
Rcpp::ConstInputParameter< T >::operator const_nonref ( )
inline

Definition at line 61 of file InputParameter.h.

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

Member Data Documentation

◆ obj

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

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