|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <nixexpr.hh>
Public Member Functions | |
| AttrName (PosIdx pos, Symbol s) | |
| AttrName (PosIdx pos, std::unique_ptr< Expr > e) | |
Public Attributes | |
| PosIdx | pos |
| Symbol | symbol |
| std::unique_ptr< Expr > | expr |
An attribute path is a sequence of attribute names.