nixd
|
Determine the kind of nix::Expr
.
More...
Go to the source code of this file.
Namespaces | |
namespace | nix |
namespace | nixt |
Access EvalCache in nix::EvalState . | |
namespace | nixt::ek |
"ek" is short for "ExprKind". | |
Enumerations | |
enum | nixt::ek::ExprKind { nixt::ek::LastExprKind } |
Enumeration of all kinds of nix::Expr . More... | |
Functions | |
ek::ExprKind | nixt::kindOf (const nix::Expr &E) |
Determine the kind of nix::Expr . | |
const char * | nixt::nameOf (ek::ExprKind Kind) |
Get printable name of some kind. | |
Determine the kind of nix::Expr
.
Definition in file Kinds.h.