Gorgon Game Engine
Symbol Class Reference

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...
 

Detailed Description

Represents a symbol, can be a variable, type, function or constant.

Member Data Documentation

◆ namespc

std::string namespc

Namespace that this symbol is in. For variables, namespc could be local.

◆ object

Any object

The object.

◆ type

SymbolType type

Type of the symbol.


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