class TCTFindTokenTypesByInterface : public MCTTokenTypeFilter |
A filter that returns only those token types that match the required set of interfaces.
On construction, an array containing the required interfaces is passed in.
Token types will be matched if every interface in the supplied array is supported by the token type.
Public Member Functions | |
---|---|
TCTFindTokenTypesByInterface (const TArray < TUid >) | |
TBool | Accept (const CCTTokenTypeInfo &) |
Private Attributes | |
---|---|
const TArray < TUid > | iInterfaces |
IMPORT_C | TCTFindTokenTypesByInterface | ( | const TArray < TUid > | aInterfaces | ) |
Constructor.
TBool | Accept | ( | const CCTTokenTypeInfo & | aTokenType | ) | const [virtual] |
Tests whether all the interfaces associated with the filter are supported by the token type.
const CCTTokenTypeInfo & aTokenType | The token type to be tested. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.