nixd
Loading...
Searching...
No Matches
Enumerations
nixt::ek Namespace Reference

"ek" is short for "ExprKind". More...

Enumerations

enum  ExprKind { LastExprKind }
 Enumeration of all kinds of nix::Expr. More...
 

Detailed Description

"ek" is short for "ExprKind".

This namespace contains all kinds of unscoped enum ExprKind. For convenience, you can using namespace ek; to ref these names directly.

Enumeration Type Documentation

◆ ExprKind

Enumeration of all kinds of nix::Expr.

The name is prefixed with EK_ to avoid name clashes with the AST nodes. e.g. EK_ExprInt. These entries are generated by including Nodes.inc, so members may not shown in generated docs.

Enumerator
LastExprKind 

Definition at line 24 of file Kinds.h.