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

References x.

Member Function Documentation

◆ operator T()

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

Definition at line 34 of file InputParameter.h.

References Rcpp::as(), and x.

Here is the call graph for this function:

Member Data Documentation

◆ x

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

Definition at line 37 of file InputParameter.h.

Referenced by InputParameter(), and operator T().


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