TStringTable Struct Reference

#include <stringpool.h>

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

Detailed Description

A pointer to a string table.

Member Attribute Documentation

iCaseSensitive

TBool iCaseSensitive

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

iCount

TUint iCount

The number of elements in the table.

iTable

const void *const *iTable

A pointer to an array of pointers to the strings.