Inferno
0.2
|
Identifier for a specific Instance, linked to by a particular Declaration. More...
#include <cpptree.hpp>
Public Member Functions | |
SpecificInstanceIdentifier () | |
Default constructor. | |
SpecificInstanceIdentifier (string s) | |
make identifier with the given name |
Identifier for a specific Instance, linked to by a particular Declaration.
Definition at line 251 of file cpptree.hpp.
Default constructor.
Definition at line 254 of file cpptree.hpp.
CPPTree::SpecificInstanceIdentifier::SpecificInstanceIdentifier | ( | string | s | ) | [inline] |
make identifier with the given name
Definition at line 255 of file cpptree.hpp.