TCTAllTokenTypes Class Reference

class TCTAllTokenTypes : public MCTTokenTypeFilter

A filter that includes all token types.

Used by CCTTokenTypeInfo::ListL()

MCTTokenTypeFilter .

Inherits from

Public Member Functions
IMPORT_C TBool Accept (const CCTTokenTypeInfo &)

Member Functions Documentation

Accept(const CCTTokenTypeInfo &)

IMPORT_C TBool Accept ( const CCTTokenTypeInfo & aTokenType ) const [virtual]

Tests whether to accept all token types.

Note that it always returns ETrue.

Parameters

const CCTTokenTypeInfo & aTokenType The token type to be tested.