|
Rcpp Version 0.9.10
|
#include <Module.h>
Public Member Functions | |
| result (T *ptr_) | |
| operator T * () | |
Private Attributes | |
| T * | ptr |
| Rcpp::result< T >::result | ( | T * | ptr_ | ) | [inline] |
| Rcpp::result< T >::operator T * | ( | ) | [inline] |
Definition at line 36 of file Module.h.
References Rcpp::result< T >::ptr.
T* Rcpp::result< T >::ptr [private] |
Definition at line 38 of file Module.h.
Referenced by Rcpp::result< T >::operator T *().