|
Rcpp Version 1.0.14
|
#include <TagProxy.h>


Public Member Functions | |
| TagProxy (XPtrClass &xp_) | |
| template<typename U > | |
| TagProxy & | operator= (const U &u) |
| template<typename U > | |
| operator U () const | |
| operator SEXP () const | |
| template<typename T > | |
| TagProxyPolicy< CLASS >::TagProxy & | operator= (const T &rhs) |
Public Member Functions inherited from Rcpp::GenericProxy< TagProxy > | |
| SEXP | get () const |
Private Member Functions | |
| SEXP | get () const |
| void | set (SEXP x) |
Private Attributes | |
| XPtrClass & | xp |
Definition at line 27 of file TagProxy.h.
|
inline |
Definition at line 29 of file TagProxy.h.
|
inlineprivate |
Definition at line 43 of file TagProxy.h.
References Rcpp::as(), and Rcpp::TagProxyPolicy< XPtrClass >::TagProxy::xp.

| Rcpp::TagProxyPolicy< CLASS >::TagProxy::operator SEXP | ( | ) | const |
Definition at line 111 of file proxy.h.
References Rcpp::get().

| Rcpp::TagProxyPolicy< XPtrClass >::TagProxy::operator U | ( | ) | const |
| TagProxyPolicy< CLASS >::TagProxy & Rcpp::TagProxyPolicy< XPtrClass >::TagProxy::operator= | ( | const T & | rhs | ) |
Definition at line 99 of file proxy.h.
References Rcpp::wrap().

| TagProxy & Rcpp::TagProxyPolicy< XPtrClass >::TagProxy::operator= | ( | const U & | u | ) |
|
inlineprivate |
Definition at line 47 of file TagProxy.h.
References Rcpp::as(), and Rcpp::TagProxyPolicy< XPtrClass >::TagProxy::xp.

|
private |
Definition at line 41 of file TagProxy.h.
Referenced by Rcpp::TagProxyPolicy< XPtrClass >::TagProxy::get(), and Rcpp::TagProxyPolicy< XPtrClass >::TagProxy::set().