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

#include <InputParameter.h>

Public Member Functions

 InputParameter (SEXP x_)
 
 operator T ()
 

Private Attributes

SEXP x
 

Detailed Description

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

Definition at line 30 of file InputParameter.h.

Constructor & Destructor Documentation

◆ InputParameter()

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

Definition at line 32 of file InputParameter.h.

Member Function Documentation

◆ operator T()

template<typename T >
Rcpp::InputParameter< T >::operator T ( )
inline

Definition at line 34 of file InputParameter.h.

References Rcpp::InputParameter< T >::x.

Member Data Documentation

◆ x

template<typename T >
SEXP Rcpp::InputParameter< T >::x
private

Definition at line 37 of file InputParameter.h.

Referenced by Rcpp::InputParameter< T >::operator T().


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