|
|
| ExprAttrs (const ExprAttrs &)=delete |
|
ExprAttrs & | operator= (const ExprAttrs &)=delete |
|
| ExprAttrs (ExprAttrs &&)=default |
|
ExprAttrs & | operator= (ExprAttrs &&)=default |
|
std::shared_ptr< const StaticEnv > | buildRecursiveEnv (const std::shared_ptr< const StaticEnv > &env) |
|
std::shared_ptr< const StaticEnv > | bindInheritSources (ExprVisitor &e, const StaticEnv &env) |
|
Env * | buildInheritFromEnv (EvalState &state, Env &up) |
|
void | addBindingsToJSON (JSON &out, const SymbolTable &symbols) const |
|
|
AttrDefs | attrs |
|
std::unique_ptr< std::list< std::unique_ptr< Expr > > > | inheritFromExprs |
|
DynamicAttrDefs | dynamicAttrs |
The documentation for this struct was generated from the following files:
- lix/libexpr/nixexpr.hh
- lix/libexpr/eval.cc
- lix/libexpr/nixexpr.cc