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.
v7.0
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.
ETrue if all the interfaces associated with the filter are supported by the token type; EFalse, otherwise.
const CCTTokenTypeInfo & aTokenType | The token type to be tested. |