|
Inferno
0.2
|
Identifier for a specific user defined type, linked to by a particular Declaration. More...
#include <cpptree.hpp>
Public Member Functions | |
| SpecificTypeIdentifier () | |
| Default constructor. | |
| SpecificTypeIdentifier (string s) | |
| make identifier with the given name | |
Identifier for a specific user defined type, linked to by a particular Declaration.
Definition at line 265 of file cpptree.hpp.
Default constructor.
Definition at line 268 of file cpptree.hpp.
| CPPTree::SpecificTypeIdentifier::SpecificTypeIdentifier | ( | string | s | ) | [inline] |
make identifier with the given name
Definition at line 269 of file cpptree.hpp.