Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::ExprBlackHole Struct Reference
Inheritance diagram for nix::ExprBlackHole:
nix::Expr

Public Member Functions

void show (const SymbolTable &symbols, std::ostream &str) const override
 
void eval (EvalState &state, Env &env, Value &v) override
 
void bindVars (EvalState &es, const std::shared_ptr< const StaticEnv > &env) override
 
- Public Member Functions inherited from nix::Expr
virtual ValuemaybeThunk (EvalState &state, Env &env)
 
virtual void setName (Symbol name)
 
virtual void setDocComment (DocComment docComment)
 
virtual PosIdx getPos () const
 
virtual void resetCursedOr ()
 
virtual void warnIfCursedOr (const SymbolTable &symbols, const PosTable &positions)
 

Static Public Member Functions

static void throwInfiniteRecursionError (EvalState &state, Value &v)
 

Additional Inherited Members

- Static Public Attributes inherited from nix::Expr
static unsigned long nrExprs = 0
 

Member Function Documentation

◆ bindVars()

void nix::ExprBlackHole::bindVars ( EvalState & 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.

◆ show()

void nix::ExprBlackHole::show ( const SymbolTable & symbols,
std::ostream & str ) const
inlineoverridevirtual

Reimplemented from nix::Expr.


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