|
nixd
|
#include <Attrs.h>
Public Types | |
| enum class | AttributeKind { Plain , Inherit , InheritFrom } |
Public Member Functions | |
| Attribute (std::shared_ptr< Node > Key, std::shared_ptr< Expr > Value, AttributeKind Kind) | |
| Node & | key () const |
| Expr * | value () const |
| AttributeKind | kind () const |
| bool | fromInherit () const |
|
strong |
|
inline |
|
inlinenodiscard |
Definition at line 223 of file Attrs.h.
References Inherit, and InheritFrom.
|
inlinenodiscard |
|
inlinenodiscard |
Definition at line 219 of file Attrs.h.
Referenced by nixd::addPackAttrsAction().