![]() |
Gorgon Game Engine
|
Represents a symbol, can be a variable, type, function or constant. More...
Public Attributes | |
std::string | namespc |
Namespace that this symbol is in. For variables, namespc could be local. More... | |
Any | object |
The object. More... | |
SymbolType | type |
Type of the symbol. More... | |
Represents a symbol, can be a variable, type, function or constant.
std::string namespc |
Namespace that this symbol is in. For variables, namespc could be local.
Any object |
The object.
SymbolType type |
Type of the symbol.