Inferno
0.2
|
Identifier for a label that can be any label. More...
#include <cpptree.hpp>
Identifier for a label that can be any label.
LabelIdentifier is an Expression as well as an Identifier so that it may be assigned to variables and used in ?: expressions as supported in the gcc variable-label extenstion. Inferno tree does not require any representation of && or * - Labels and expressions may be mixed directly.
Definition at line 403 of file cpptree.hpp.