Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <stringpool.h>

Struct TStringTable

struct TStringTable;

Description

A pointer to a string table.

Members

Defined in TStringTable:


Member data


iCount

TUint iCount;

Description

The number of elements in the table.

The number of elements in the table.


iTable

const void *const * iTable;

Description

A pointer to an array of pointers to the strings.

A pointer to an array of pointers to the strings.


iCaseSensitive

TBool iCaseSensitive;

Description

ETrue if the table should be considered case-sensitive.

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