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

References Rcpp::as(), and obj.

Here is the call graph for this function:

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

Member Data Documentation

◆ obj

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

Definition at line 64 of file InputParameter.h.

Referenced by ConstInputParameter(), and operator const_nonref().


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