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


Public Member Functions | |
| const_FieldProxy (const CLASS &v, const std::string &name) | |
| template<typename T> | |
| operator T () const | |
| operator SEXP () const | |
| Public Member Functions inherited from Rcpp::GenericProxy< const_FieldProxy > | |
| SEXP | get () const |
Private Member Functions | |
| SEXP | get () const |
Private Attributes | |
| const CLASS & | parent |
| const std::string & | field_name |
Definition at line 56 of file FieldProxy.h.
|
inline |
Definition at line 58 of file FieldProxy.h.
References field_name, and parent.
|
inlineprivate |
Definition at line 70 of file FieldProxy.h.
References field_name, parent, and Rcpp::Rcpp_fast_eval().
Referenced by operator SEXP().

|
inline |
Definition at line 62 of file FieldProxy.h.
References get().

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

|
private |
Definition at line 68 of file FieldProxy.h.
Referenced by const_FieldProxy(), and get().
|
private |
Definition at line 67 of file FieldProxy.h.
Referenced by const_FieldProxy(), and get().