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


Public Member Functions | |
| NamesProxy (CLASS &v) | |
| NamesProxy & | operator= (const NamesProxy &rhs) |
| template<typename T> | |
| NamesProxy & | operator= (const T &rhs) |
| template<typename T> | |
| operator T () const | |
| template<typename T> | |
| NamesProxyPolicy< CLASS >::NamesProxy & | operator= (const T &rhs) |
| Public Member Functions inherited from Rcpp::GenericProxy< NamesProxy > | |
| SEXP | get () const |
Private Member Functions | |
| SEXP | get () const |
| void | set (SEXP x) |
Private Attributes | |
| CLASS & | parent |
Definition at line 28 of file NamesProxy.h.
|
inline |
Definition at line 30 of file NamesProxy.h.
References parent.
Referenced by operator=(), and operator=().
|
inlineprivate |
Definition at line 46 of file NamesProxy.h.
References parent, and RCPP_GET_NAMES.
Referenced by operator=().
| Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::operator T | ( | ) | const |
Definition at line 70 of file proxy.h.
References Rcpp::as(), and Rcpp::get().

|
inline |
Definition at line 33 of file NamesProxy.h.
References get(), NamesProxy(), and set().

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

| NamesProxy & Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::operator= | ( | const T & | rhs | ) |
|
inlineprivate |
Definition at line 50 of file NamesProxy.h.
References parent.
Referenced by operator=(), and operator=().
|
private |
Definition at line 44 of file NamesProxy.h.
Referenced by get(), NamesProxy(), and set().