Location:
stringpool.h
struct TStringTable;
A pointer to a string table.
Defined in TStringTable
:
iCaseSensitive
, iCount
, iTable
const void *const * iTable;
A pointer to an array of pointers to the strings.
A pointer to an array of pointers to the strings.
TBool iCaseSensitive;
ETrue if the table should be considered case-sensitive.
Flag that is ETrue if the table should be considered case-sensitive, otherwise EFalse.