|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <attr-set.hh>
Public Member Functions | |
| Attr (Symbol name, Value *value, PosIdx pos=noPos) | |
| bool | operator< (const Attr &a) const |
Public Attributes | |
| Symbol | name |
| PosIdx | pos |
| Value * | value |
Map one attribute name to its value.