#include <cryptospi/ruleselector.h>
| class CryptoSpi::CSelectionRules : public CBase |
| Public Member Functions | |
|---|---|
| ~CSelectionRules() | |
| IMPORT_C void | AddSelectionRuleL(CSelectionRuleContent *) |
| RPointerArray< CSelectionRuleContent > & | GetSelectionRules() |
| IMPORT_C CSelectionRules * | NewL() |
Definition of rule-based plugin selection rules
| IMPORT_C void | AddSelectionRuleL | ( | CSelectionRuleContent * | aSelectionRule | ) |
Add a selection rule the this object
| Parameter | Description |
|---|---|
| aSelectionRule | The rule to be added |
| RPointerArray< CSelectionRuleContent > & | GetSelectionRules | ( | ) |
Get the selection rules
Returns: The reference of the rules
| IMPORT_C CSelectionRules * | NewL | ( | ) | [static] |
create a Selection Rule instance which will hold the rules to filter the plugins
Returns: a pointer to a CSelectionRules instance