|
Rcpp Version 0.9.10
|
#include <XPtr.h>

Public Member Functions | |
| TagProxy (XPtr &xp_) | |
| template<typename U > | |
| TagProxy & | operator= (const U &u) |
| template<typename U > | |
| operator U () | |
| operator SEXP () | |
| SEXP | get () |
| void | set (SEXP x) |
Private Attributes | |
| XPtr & | xp |
| Rcpp::XPtr< T, Finalizer >::TagProxy::TagProxy | ( | XPtr & | xp_ | ) | [inline] |
| SEXP Rcpp::XPtr< T, Finalizer >::TagProxy::get | ( | ) | [inline] |
Definition at line 131 of file XPtr.h.
References Rcpp::RObject::asSexp(), and Rcpp::XPtr< T, Finalizer >::TagProxy::xp.

| Rcpp::XPtr< T, Finalizer >::TagProxy::operator SEXP | ( | ) | [inline] |
| Rcpp::XPtr< T, Finalizer >::TagProxy::operator U | ( | ) | [inline] |
| TagProxy& Rcpp::XPtr< T, Finalizer >::TagProxy::operator= | ( | const U & | u | ) | [inline] |
Definition at line 119 of file XPtr.h.
References Rcpp::wrap().

| void Rcpp::XPtr< T, Finalizer >::TagProxy::set | ( | SEXP | x | ) | [inline] |
Definition at line 135 of file XPtr.h.
References Rcpp::RObject::asSexp(), x, and Rcpp::XPtr< T, Finalizer >::TagProxy::xp.

XPtr& Rcpp::XPtr< T, Finalizer >::TagProxy::xp [private] |
Definition at line 140 of file XPtr.h.
Referenced by Rcpp::XPtr< T, Finalizer >::TagProxy::get(), and Rcpp::XPtr< T, Finalizer >::TagProxy::set().