#include <UsSymbolTable.hpp>
◆ EntryType
| Enumerator |
|---|
| cSE_VARIABLE | |
| cSE_FUNCTION | |
| cSE_APP_FUNCTION | |
| cSE_SCRIPT | |
◆ StorageType
If the 'EntryType' is cSE_VARIABLE, there is a corresponding 'StorageType'
| Enumerator |
|---|
| cSE_NOT_APPLICABLE | |
| cSE_AUTOMATIC | |
| cSE_PARAMETER | |
| cSE_GLOBAL | |
| cSE_STATIC | |
| cSE_EXTERN | |
◆ IsPrototype()
| bool UsSymbol::IsPrototype |
( |
| ) |
const |
|
inline |
◆ mEntryType
| unsigned char UsSymbol::mEntryType |
◆ mLexicalScopePtr
◆ mName
| std::string UsSymbol::mName |
◆ mPosition
| unsigned short UsSymbol::mPosition |
◆ mRTypeId
◆ mSequenceNumber
| int UsSymbol::mSequenceNumber |
◆ mStorageType
| unsigned char UsSymbol::mStorageType |
◆ mTablePtr
The documentation for this class was generated from the following file: