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

#include <HookExpr.h>

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

Public Member Functions

 HookExprPath (nix::ExprPath 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 224 of file HookExpr.h.

Constructor & Destructor Documentation

◆ HookExprPath()

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

Definition at line 228 of file HookExpr.h.

Member Function Documentation

◆ eval()

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

◆ getName()

std::string nixt::HookExprPath::getName ( )

Member Data Documentation

◆ EMap

EnvMap& nixt::HookExprPath::EMap

Definition at line 226 of file HookExpr.h.

◆ Handle

std::uintptr_t nixt::HookExprPath::Handle

Definition at line 227 of file HookExpr.h.

◆ VMap

ValueMap& nixt::HookExprPath::VMap

Definition at line 225 of file HookExpr.h.


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