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

References Rcpp::as(), and obj.

Here is the call graph for this function:

Member Function Documentation

◆ operator reference()

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

Definition at line 48 of file InputParameter.h.

References obj.

Member Data Documentation

◆ obj

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

Definition at line 51 of file InputParameter.h.

Referenced by operator reference(), and ReferenceInputParameter().


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