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

Public Member Functions

 ExprOpEq (Expr *e1, Expr *e2)
 
 ExprOpEq (const PosIdx &pos, Expr *e1, Expr *e2)
 
void show (const SymbolTable &symbols, std::ostream &str) const override
 
void bindVars (EvalState &es, const std::shared_ptr< const StaticEnv > &env) override
 
void eval (EvalState &state, Env &env, Value &v) override
 
PosIdx getPos () const 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 void resetCursedOr ()
 
virtual void warnIfCursedOr (const SymbolTable &symbols, const PosTable &positions)
 

Public Attributes

PosIdx pos
 
Expre1
 
Expre2
 

Additional Inherited Members

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

Member Function Documentation

◆ bindVars()

void ExprOpEq::bindVars ( EvalState & es,
const std::shared_ptr< const StaticEnv > & env )
inlineoverridevirtual

Reimplemented from nix::Expr.

◆ eval()

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

Reimplemented from nix::Expr.

◆ getPos()

PosIdx ExprOpEq::getPos ( ) const
inlineoverridevirtual

Reimplemented from nix::Expr.

◆ show()

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

Reimplemented from nix::Expr.


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