Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::ExprBlackHole Struct Reference
Inheritance diagram for nix::ExprBlackHole:
[legend]
Collaboration diagram for nix::ExprBlackHole:
[legend]

Public Member Functions

void eval (EvalState &state, Env &env, Value &v) override
 
void bindVars (Evaluator &es, const std::shared_ptr< const StaticEnv > &env) override
 
- Public Member Functions inherited from nix::Expr
 Expr (const Expr &)=delete
 
Exproperator= (const Expr &)=delete
 
virtual JSON toJSON (const SymbolTable &symbols) const
 
virtual ValuemaybeThunk (EvalState &state, Env &env)
 
virtual void setName (Symbol name)
 
PosIdx getPos () const
 

Additional Inherited Members

- Public Attributes inherited from nix::Expr
PosIdx pos
 
- Protected Member Functions inherited from nix::Expr
 Expr (Expr &&)=default
 
Exproperator= (Expr &&)=default
 
 Expr (const PosIdx pos)
 

Member Function Documentation

◆ bindVars()

void nix::ExprBlackHole::bindVars ( Evaluator & es,
const std::shared_ptr< const StaticEnv > & env )
inlineoverridevirtual

Reimplemented from nix::Expr.

◆ eval()

void nix::ExprBlackHole::eval ( EvalState & state,
Env & env,
Value & v )
overridevirtual

Reimplemented from nix::Expr.


The documentation for this struct was generated from the following files: