#include <ct/tctalltokentypes.h>
| class TCTAllTokenTypes : public MCTTokenTypeFilter |
| Public Member Functions | |
|---|---|
| virtual IMPORT_C TBool | Accept(const CCTTokenTypeInfo &) |
A filter that includes all token types.
Used by CCTTokenTypeInfo::ListL()
See also: MCTTokenTypeFilter.
| IMPORT_C TBool | Accept | ( | 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.
| Parameter | Description |
|---|---|
| aTokenType | The token type to be tested. |
Returns: ETrue always.