#include <ct/tctfindtokentypesbyinterface.h>
Link against: ctfinder.lib
class TCTFindTokenTypesByInterface : public MCTTokenTypeFilter |
Public Member Functions | |
---|---|
TCTFindTokenTypesByInterface(const TArray< TUid >) | |
virtual TBool | Accept(const CCTTokenTypeInfo &) |
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.
TBool | Accept | ( | const CCTTokenTypeInfo & | aTokenType | ) | const [virtual] |
Reimplemented from MCTTokenTypeFilter::Accept(const CCTTokenTypeInfo &)const
Tests whether all the interfaces associated with the filter are supported by the token type.
Parameters | |
---|---|
aTokenType | The token type to be tested. |