TStringTable Struct Reference

struct TStringTable

A pointer to a string table.

Public Attributes
TBool iCaseSensitive
TUint iCount
const void *const *iTable

Member Data Documentation

TBool iCaseSensitive

TBool iCaseSensitive

Flag that is ETrue if the table should be considered case-sensitive, otherwise EFalse.

TUint iCount

TUint iCount

The number of elements in the table.

const void *const * iTable

const void *const *iTable

A pointer to an array of pointers to the strings.