#include <ct/tctalltokentypes.h>
Link against: ctfinder.lib
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.
Parameters | |
---|---|
aTokenType | The token type to be tested. |