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

#include <InputParameter.h>

Public Types

typedef T & reference
 

Public Member Functions

 ReferenceInputParameter (SEXP x_)
 
 operator reference ()
 

Private Attributes

obj
 

Detailed Description

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

Definition at line 43 of file InputParameter.h.

Member Typedef Documentation

◆ reference

template<typename T >
typedef T& Rcpp::ReferenceInputParameter< T >::reference

Definition at line 45 of file InputParameter.h.

Constructor & Destructor Documentation

◆ ReferenceInputParameter()

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

Definition at line 46 of file InputParameter.h.

Member Function Documentation

◆ operator reference()

template<typename T >
Rcpp::ReferenceInputParameter< T >::operator reference ( )
inline

Definition at line 48 of file InputParameter.h.

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

Member Data Documentation

◆ obj

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

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