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

#include <HookExpr.h>

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

Public Member Functions

 HookExprOpConcatLists (nix::ExprOpConcatLists 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 133 of file HookExpr.h.

Constructor & Destructor Documentation

◆ HookExprOpConcatLists()

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

Definition at line 137 of file HookExpr.h.

Member Function Documentation

◆ eval()

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

◆ getName()

std::string nixt::HookExprOpConcatLists::getName ( )

Member Data Documentation

◆ EMap

EnvMap& nixt::HookExprOpConcatLists::EMap

Definition at line 135 of file HookExpr.h.

◆ Handle

std::uintptr_t nixt::HookExprOpConcatLists::Handle

Definition at line 136 of file HookExpr.h.

◆ VMap

ValueMap& nixt::HookExprOpConcatLists::VMap

Definition at line 134 of file HookExpr.h.


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