Rcpp Version 1.0.9
|
#include <InputParameter.h>
Public Types | |
typedef const T | const_nonref |
Public Member Functions | |
ConstInputParameter (SEXP x_) | |
operator const_nonref () | |
Private Attributes | |
T | obj |
Definition at line 56 of file InputParameter.h.
typedef const T Rcpp::ConstInputParameter< T >::const_nonref |
Definition at line 58 of file InputParameter.h.
|
inline |
Definition at line 59 of file InputParameter.h.
|
inline |
Definition at line 61 of file InputParameter.h.
References Rcpp::ConstInputParameter< T >::obj.
|
private |
Definition at line 64 of file InputParameter.h.
Referenced by Rcpp::ConstInputParameter< T >::operator const_nonref().