|
Rcpp Version 1.0.14
|
#include <InputParameter.h>
Public Types | |
| typedef const T & | const_reference |
Public Member Functions | |
| ConstReferenceInputParameter (SEXP x_) | |
| operator const_reference () | |
Private Attributes | |
| T | obj |
Definition at line 69 of file InputParameter.h.
| typedef const T& Rcpp::ConstReferenceInputParameter< T >::const_reference |
Definition at line 71 of file InputParameter.h.
|
inline |
Definition at line 72 of file InputParameter.h.
|
inline |
Definition at line 74 of file InputParameter.h.
References Rcpp::ConstReferenceInputParameter< T >::obj.
|
private |
Definition at line 77 of file InputParameter.h.
Referenced by Rcpp::ConstReferenceInputParameter< T >::operator const_reference().