22#ifndef Rcpp_api_meat_Environment_h
23#define Rcpp_api_meat_Environment_h
27template <
template <
class>
class StoragePolicy>
28template <
typename WRAPPABLE>
33template <
template <
class>
class StoragePolicy>
40template <
template <
class>
class StoragePolicy>
48 Function newEnv(
"new.env", R_BaseNamespace);
49 return newEnv(
_[
"size"] = size,
_[
"parent"] = R_EmptyEnv);
53 Function newEnv(
"new.env", R_BaseNamespace);
54 return newEnv(
_[
"size"] = size,
_[
"parent"] =
parent);
Function_Impl< PreserveStorage > Function
bool assign(const std::string &name, SEXP x) const
static internal::NamedPlaceHolder _
Environment_Impl parent() const
Environment_Impl< PreserveStorage > Environment
Environment new_env(int size=29)
SEXP wrap(const Date &date)