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

#include <HookExpr.h>

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

Public Member Functions

 HookExprWith (nix::ExprWith 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 283 of file HookExpr.h.

Constructor & Destructor Documentation

◆ HookExprWith()

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

Definition at line 287 of file HookExpr.h.

Member Function Documentation

◆ eval()

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

◆ getName()

std::string nixt::HookExprWith::getName ( )

Member Data Documentation

◆ EMap

EnvMap& nixt::HookExprWith::EMap

Definition at line 285 of file HookExpr.h.

◆ Handle

std::uintptr_t nixt::HookExprWith::Handle

Definition at line 286 of file HookExpr.h.

◆ VMap

ValueMap& nixt::HookExprWith::VMap

Definition at line 284 of file HookExpr.h.


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