|
Rcpp Version 1.1.2
|
#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.
References Rcpp::as(), and obj.

|
inline |
Definition at line 61 of file InputParameter.h.
References obj.
|
private |
Definition at line 64 of file InputParameter.h.
Referenced by ConstInputParameter(), and operator const_nonref().