TCTAllTokenTypes Class Reference

#include <ct/tctalltokentypes.h>

Link against: ctfinder.lib

class TCTAllTokenTypes : public MCTTokenTypeFilter

Inherits from

Public Member Functions
virtual IMPORT_C TBoolAccept(const CCTTokenTypeInfo &)

Detailed Description

A filter that includes all token types.

Used by CCTTokenTypeInfo::ListL()

See also: MCTTokenTypeFilter.

Member Function Documentation

Accept ( const CCTTokenTypeInfo & )

IMPORT_C TBoolAccept(const CCTTokenTypeInfo &aTokenType)const [virtual]

Reimplemented from MCTTokenTypeFilter::Accept(const CCTTokenTypeInfo &)const

Tests whether to accept all token types.

Note that it always returns ETrue.

ParameterDescription
aTokenTypeThe token type to be tested.

Returns: ETrue always.