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


Public Member Functions | |
| Binding (EnvironmentClass &env_, const std::string &name_) | |
| bool | active () const |
| bool | locked () const |
| bool | exists () const |
| void | lock () |
| void | unlock () |
| Binding & | operator= (const Binding &rhs) |
| template<typename WRAPPABLE> | |
| Binding & | operator= (const WRAPPABLE &rhs) |
| template<typename T> | |
| operator T () const | |
| template<typename T> | |
| BindingPolicy< CLASS >::Binding & | operator= (const T &rhs) |
| Public Member Functions inherited from Rcpp::GenericProxy< Binding > | |
| SEXP | get () const |
Private Member Functions | |
| SEXP | get () const |
| void | set (SEXP x) |
Private Attributes | |
| EnvironmentClass & | env |
| std::string | name |
|
inline |
Definition at line 29 of file Binding.h.
Referenced by operator=(), and operator=().
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
| Rcpp::BindingPolicy< CLASS >::Binding::operator T | ( | ) | const |
Definition at line 137 of file proxy.h.
References Rcpp::as(), and Rcpp::get().

|
inline |
| BindingPolicy< CLASS >::Binding & Rcpp::BindingPolicy< EnvironmentClass >::Binding::operator= | ( | const T & | rhs | ) |
Definition at line 130 of file proxy.h.
References set(), and Rcpp::wrap().

| Binding & Rcpp::BindingPolicy< EnvironmentClass >::Binding::operator= | ( | const WRAPPABLE & | rhs | ) |
|
inlineprivate |
Definition at line 64 of file Binding.h.
Referenced by operator=(), and operator=().
|
inline |
|
private |
|
private |