Go to the documentation of this file.
22 #ifndef Rcpp_Environment_h
23 #define Rcpp_Environment_h
125 template <
typename T>
operator T()
const ;
203 SEXP
ls(
bool all)
const ;
212 SEXP
get(
const std::string& name)
const ;
221 SEXP
find(
const std::string& name)
const;
231 bool exists(
const std::string& name )
const ;
244 bool assign(
const std::string& name, SEXP
x )
const;
254 template <
typename WRAPPABLE>
255 bool assign(
const std::string& name,
const WRAPPABLE&
x)
const ;
266 bool remove(
const std::string& name );
273 void lock(
bool bindings) ;