|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Types | |
| enum class | Kind { Plain , Inherited , InheritedFrom } |
Public Member Functions | |
| AttrDef (std::unique_ptr< Expr > e, const PosIdx &pos, Kind kind=Kind::Plain) | |
| template<typename T> | |
| T | chooseByKind (const T &plain, const T &inherited, const T &inheritedFrom) const |
Public Attributes | |
| Kind | kind |
| std::unique_ptr< Expr > | e |
| PosIdx | pos |
| Displacement | displ |
|
strong |