|
Inferno
0.2
|
Identifier for a specific label that has been declared somewhere. More...
#include <cpptree.hpp>
Public Member Functions | |
| SpecificLabelIdentifier () | |
| Default constructor. | |
| SpecificLabelIdentifier (string s) | |
| construct with initial name | |
Identifier for a specific label that has been declared somewhere.
Definition at line 407 of file cpptree.hpp.
Default constructor.
Definition at line 410 of file cpptree.hpp.
| CPPTree::SpecificLabelIdentifier::SpecificLabelIdentifier | ( | string | s | ) | [inline] |
construct with initial name
Definition at line 411 of file cpptree.hpp.