|
decompiler
1.0.0
|
A name recommendation for a particular dynamic storage location. More...
#include <varmap.hh>
Private Attributes | |
| Address | usePoint |
| Use point of the Symbol. | |
| uint8 | hash |
| Hash encoding the Symbols environment. | |
| string | name |
| The local symbol name recommendation. | |
| uint8 | symbolId |
| Id associated with the original Symbol. | |
A name recommendation for a particular dynamic storage location.
A recommendation for a symbol name whose storage is dynamic. The storage is identified using the DynamicHash mechanism and may or may not exist.
1.8.17