nixd
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
nixt::HookExprIf Struct Reference

#include <HookExpr.h>

Inheritance diagram for nixt::HookExprIf:
[legend]
Collaboration diagram for nixt::HookExprIf:
[legend]

Public Member Functions

 HookExprIf (nix::ExprIf E, ValueMap &VMap, EnvMap &EMap, std::uintptr_t Handle)
 
void eval (nix::EvalState &State, nix::Env &Env, nix::Value &V) override
 
std::string getName ()
 

Public Attributes

ValueMapVMap
 
EnvMapEMap
 
std::uintptr_t Handle
 

Detailed Description

Definition at line 68 of file HookExpr.h.

Constructor & Destructor Documentation

◆ HookExprIf()

nixt::HookExprIf::HookExprIf ( nix::ExprIf E,
ValueMap & VMap,
EnvMap & EMap,
std::uintptr_t Handle )
inline

Definition at line 72 of file HookExpr.h.

Member Function Documentation

◆ eval()

void nixt::HookExprIf::eval ( nix::EvalState & State,
nix::Env & Env,
nix::Value & V )
override

◆ getName()

std::string nixt::HookExprIf::getName ( )

Member Data Documentation

◆ EMap

EnvMap& nixt::HookExprIf::EMap

Definition at line 70 of file HookExpr.h.

◆ Handle

std::uintptr_t nixt::HookExprIf::Handle

Definition at line 71 of file HookExpr.h.

◆ VMap

ValueMap& nixt::HookExprIf::VMap

Definition at line 69 of file HookExpr.h.


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