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


Public Member Functions | |
| DottedPairProxy (CLASS &v, int index_) | |
| DottedPairProxy & | operator= (const DottedPairProxy &rhs) |
| DottedPairProxy & | operator= (SEXP rhs) |
| template<typename T> | |
| DottedPairProxy & | operator= (const T &rhs) |
| template<typename T> | |
| DottedPairProxy & | operator= (const traits::named_object< T > &rhs) |
| template<typename T> | |
| operator T () const | |
| SEXP | get () const |
| operator SEXP () const | |
| DottedPairProxy & | set (SEXP x) |
| DottedPairProxy & | set (SEXP x, const char *name) |
| template<typename T> | |
| DottedPairProxyPolicy< CLASS >::DottedPairProxy & | operator= (const T &rhs) |
| template<typename T> | |
| DottedPairProxyPolicy< CLASS >::DottedPairProxy & | operator= (const traits::named_object< T > &rhs) |
| Public Member Functions inherited from Rcpp::GenericProxy< DottedPairProxy > | |
| SEXP | get () const |
Private Attributes | |
| SEXP | node |
Definition at line 27 of file DottedPairProxy.h.
|
inline |
Definition at line 29 of file DottedPairProxy.h.
References node.
Referenced by operator=(), operator=(), operator=(), operator=(), set(), and set().
|
inline |
Definition at line 56 of file DottedPairProxy.h.
References node.
Referenced by operator SEXP(), and operator=().
|
inline |
Definition at line 59 of file DottedPairProxy.h.
References get().

| Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator T | ( | ) | const |
Definition at line 165 of file proxy.h.
References Rcpp::as(), and Rcpp::get().

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

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

| DottedPairProxy & Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= | ( | const T & | rhs | ) |
| DottedPairProxyPolicy< CLASS >::DottedPairProxy & Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= | ( | const traits::named_object< T > & | rhs | ) |
Definition at line 159 of file proxy.h.
References Rcpp::traits::named_object< T >::name, Rcpp::traits::named_object< T >::object, set(), and Rcpp::wrap().

| DottedPairProxy & Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= | ( | const traits::named_object< T > & | rhs | ) |
|
inline |
Definition at line 44 of file DottedPairProxy.h.
References DottedPairProxy(), and set().

|
inline |
Definition at line 62 of file DottedPairProxy.h.
References DottedPairProxy(), and node.
Referenced by operator=(), operator=(), operator=(), and operator=().

|
inline |
Definition at line 66 of file DottedPairProxy.h.
References DottedPairProxy(), and node.

|
private |
Definition at line 74 of file DottedPairProxy.h.
Referenced by DottedPairProxy(), get(), set(), and set().