|
Jamoma API
0.6.0.a19
|
The TTAddressTable class is a second symbol table, but used only for addresses to keep lookups fast. More...
#include <TTAddressTable.h>
Inheritance diagram for TTAddressTable:
Collaboration diagram for TTAddressTable:Public Member Functions | |
| virtual TTSymbolBase * | createEntry (const TTString &aString, TTInt32 newSymbolId) |
| Override the method used internally when constructing a new TTSymbolBase. | |
Public Member Functions inherited from TTSymbolTable | |
| TTSymbolBase * | lookup (const char *aString) |
| Look in the symbol table for this string. More... | |
| TTSymbolBase * | lookup (const TTString &aString) |
| Look in the symbol table for this string. More... | |
| TTSymbolBase * | lookup (const int &aNumberToBeConvertedToAString) |
| Look in the symbol table for a string with this number as its content. More... | |
| void | dump () |
| Debugging tool to make it easy to examine everything that is in the symbol table. More... | |
Additional Inherited Members |
The TTAddressTable class is a second symbol table, but used only for addresses to keep lookups fast.
Definition at line 26 of file TTAddressTable.h.