TPolicyQueryArgs Class Reference
#include
<mw/tldlistdef.h>
Link against: ineturilist.lib
class TPolicyQueryArgs : public TBase |
Member Enumeration Documentation
Enum TPolicyArgType
Enumerator | Value | Description |
---|
ETldUri | 1 | |
ETldListType | | |
ETldQueryType | | |
Constructor & Destructor Documentation
TPolicyQueryArgs ( )
TPolicyQueryArgs | ( | ) | [inline] |
TPolicyQueryArgs ( T0 )
TPolicyQueryArgs | ( | T0 | a0 | ) | [inline, explicit] |
A templated constructor that constructs the query argument. It takes one argument.
TPolicyQueryArgs ( T0, T1 )
TPolicyQueryArgs | ( | T0 | a0, |
| T1 | a1 |
| ) | [inline] |
A templated constructor that constructs the query argument. It takes two arguments.
TPolicyQueryArgs ( T0, T1, T2 )
TPolicyQueryArgs | ( | T0 | a0, |
| T1 | a1, |
| T2 | a2 |
| ) | [inline] |
A templated constructor that constructs the query argument. It takes three arguments.
Member Function Documentation
Get ( TPolicyArgType )
Returns the argument if set, otherwise returns KErrNotFound.
IsSet ( TPolicyArgType )
Checks whether the flag is set for the given argument type.