|
My Project
|
A name recommendation for a particular dynamic storage location. More...
#include <varmap.hh>
Public Member Functions | |
| DynamicRecommend (const Address &addr, uint8 h, const string &nm, uint8 id) | |
| Constructor. | |
| const Address & | getAddress (void) const |
| Get the use point address. | |
| uint8 | getHash (void) const |
| Get the dynamic hash. | |
| string | getName (void) const |
| Get the recommended name. | |
| uint8 | getSymbolId (void) const |
| Get the original Symbol id. | |
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.13