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


Public Member Functions | |
| const_Binding (const EnvironmentClass &env_, const std::string &name_) | |
| bool | active () const |
| bool | locked () const |
| bool | exists () const |
| template<typename T> | |
| operator T () const | |
| Public Member Functions inherited from Rcpp::GenericProxy< const_Binding > | |
| SEXP | get () const |
Private Member Functions | |
| SEXP | get () const |
Private Attributes | |
| const EnvironmentClass & | env |
| std::string | name |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
| Rcpp::BindingPolicy< CLASS >::const_Binding::operator T | ( | ) | const |
Definition at line 143 of file proxy.h.
References Rcpp::as(), and Rcpp::get().

|
private |
|
private |