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

#include <HookExpr.h>

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

Public Member Functions

 HookExprList (nix::ExprList 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 111 of file HookExpr.h.

Constructor & Destructor Documentation

◆ HookExprList()

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

Definition at line 115 of file HookExpr.h.

Member Function Documentation

◆ eval()

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

◆ getName()

std::string nixt::HookExprList::getName ( )

Member Data Documentation

◆ EMap

EnvMap& nixt::HookExprList::EMap

Definition at line 113 of file HookExpr.h.

◆ Handle

std::uintptr_t nixt::HookExprList::Handle

Definition at line 114 of file HookExpr.h.

◆ VMap

ValueMap& nixt::HookExprList::VMap

Definition at line 112 of file HookExpr.h.


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