Inferno  0.2
CPPTree::LabelIdentifier Struct Reference

Identifier for a label that can be any label. More...

#include <cpptree.hpp>

Inheritance diagram for CPPTree::LabelIdentifier:
[legend]
Collaboration diagram for CPPTree::LabelIdentifier:
[legend]

List of all members.


Detailed Description

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.


The documentation for this struct was generated from the following file: