Public Member Functions | |
| FixedTable (uint32 size, uint32 fixed) | |
| void | clear () override |
Public Member Functions inherited from Parallaction::Table | |
| Table (uint32 size) | |
| Table (uint32 size, const char **data) | |
| uint | count () const |
| const char * | item (uint index) const |
| virtual void | addData (const char *s) |
| virtual uint16 | lookup (const char *s) |
Additional Inherited Members | |
Public Types inherited from Parallaction::Table | |
| enum | { notFound = 0 } |
Protected Attributes inherited from Parallaction::Table | |
| char ** | _data |
| uint16 | _size |
| uint16 | _used |
| bool | _disposeMemory |