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


Public Member Functions | |
| AttributeProxy (CLASS &v, const std::string &name) | |
| AttributeProxy & | operator= (const AttributeProxy &rhs) |
| template<typename T> | |
| AttributeProxy & | operator= (const T &rhs) |
| template<typename T> | |
| operator T () const | |
| operator SEXP () const | |
| template<typename T> | |
| AttributeProxyPolicy< CLASS >::AttributeProxy & | operator= (const T &rhs) |
| Public Member Functions inherited from Rcpp::GenericProxy< AttributeProxy > | |
| SEXP | get () const |
Private Member Functions | |
| SEXP | get () const |
| void | set (SEXP x) |
Private Attributes | |
| CLASS & | parent |
| SEXP | attr_name |
Definition at line 27 of file AttributeProxy.h.
|
inline |
Definition at line 29 of file AttributeProxy.h.
References attr_name, and parent.
Referenced by operator=(), and operator=().
|
inlineprivate |
Definition at line 48 of file AttributeProxy.h.
References attr_name, and parent.
Referenced by operator=().
|
inline |
Definition at line 44 of file proxy.h.
References Rcpp::get().

| Rcpp::AttributeProxyPolicy< CLASS >::AttributeProxy::operator T | ( | ) | const |
|
inline |
Definition at line 33 of file AttributeProxy.h.
References AttributeProxy(), get(), and set().

| AttributeProxyPolicy< CLASS >::AttributeProxy & Rcpp::AttributeProxyPolicy< CLASS >::AttributeProxy::operator= | ( | const T & | rhs | ) |
Definition at line 32 of file proxy.h.
References set(), and Rcpp::wrap().

| AttributeProxy & Rcpp::AttributeProxyPolicy< CLASS >::AttributeProxy::operator= | ( | const T & | rhs | ) |
|
inlineprivate |
Definition at line 51 of file AttributeProxy.h.
References attr_name, and parent.
Referenced by operator=(), and operator=().
|
private |
Definition at line 46 of file AttributeProxy.h.
Referenced by AttributeProxy(), get(), and set().
|
private |
Definition at line 45 of file AttributeProxy.h.
Referenced by AttributeProxy(), get(), and set().