|
Rcpp Version 1.1.2
|
#include <ProtectedProxy.h>


Public Member Functions | |
| ProtectedProxy (XPtrClass &xp_) | |
| template<typename U> | |
| ProtectedProxy & | operator= (const U &u) |
| template<typename U> | |
| operator U () const | |
| operator SEXP () const | |
| Public Member Functions inherited from Rcpp::GenericProxy< ProtectedProxy > | |
| SEXP | get () const |
Private Member Functions | |
| SEXP | get () const |
| void | set (SEXP x) |
Private Attributes | |
| XPtrClass & | xp |
Definition at line 29 of file ProtectedProxy.h.
|
inline |
|
inlineprivate |
Definition at line 51 of file ProtectedProxy.h.
References xp.
Referenced by operator SEXP(), and operator U().
|
inline |
Definition at line 44 of file ProtectedProxy.h.
References get().

|
inline |
Definition at line 40 of file ProtectedProxy.h.
References Rcpp::as(), and get().

|
inline |
Definition at line 34 of file ProtectedProxy.h.
References ProtectedProxy(), set(), and Rcpp::wrap().

|
inlineprivate |
|
private |
Definition at line 49 of file ProtectedProxy.h.
Referenced by get(), ProtectedProxy(), and set().