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

#include <HookExpr.h>

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

Public Member Functions

 HookExprSelect (nix::ExprSelect 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 248 of file HookExpr.h.

Constructor & Destructor Documentation

◆ HookExprSelect()

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

Definition at line 252 of file HookExpr.h.

Member Function Documentation

◆ eval()

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

◆ getName()

std::string nixt::HookExprSelect::getName ( )

Member Data Documentation

◆ EMap

EnvMap& nixt::HookExprSelect::EMap

Definition at line 250 of file HookExpr.h.

◆ Handle

std::uintptr_t nixt::HookExprSelect::Handle

Definition at line 251 of file HookExpr.h.

◆ VMap

ValueMap& nixt::HookExprSelect::VMap

Definition at line 249 of file HookExpr.h.


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