#include <mw/tldlistdef.h>
class TPolicyQueryArgs : public TBase |
Public Member Enumerations | |
---|---|
enum | TPolicyArgType { ETldUri, ETldListType, ETldQueryType } |
Public Member Functions | |
---|---|
TPolicyQueryArgs() | |
TPolicyQueryArgs(T0) | |
TPolicyQueryArgs(T0, T1) | |
TPolicyQueryArgs(T0, T1, T2) | |
TInt | Get(TPolicyArgType) |
TBool | IsSet(TPolicyArgType) |
Inherited Attributes | |
---|---|
TBase::iArgs | |
TBase::iFlags |
Inherited Enumerations | |
---|---|
TBase:@38 | |
TBase:@39 |
Inherited Functions | |
---|---|
TBase::TBase() |
The argument types.
Enumerator | Value | Description |
---|---|---|
ETldUri | 1 | |
ETldListType | ||
ETldQueryType |
TPolicyQueryArgs | ( | T0 | a0 | ) | [inline, explicit] |
A templated constructor that constructs the query argument. It takes one argument.
TPolicyQueryArgs | ( | T0 | a0, |
T1 | a1 | ||
) | [inline] |
A templated constructor that constructs the query argument. It takes two arguments.
TPolicyQueryArgs | ( | T0 | a0, |
T1 | a1, | ||
T2 | a2 | ||
) | [inline] |
A templated constructor that constructs the query argument. It takes three arguments.
TInt | Get | ( | TPolicyArgType | aType | ) | const [inline] |
Returns the argument if set, otherwise returns KErrNotFound.
TBool | IsSet | ( | TPolicyArgType | aType | ) | const [inline] |
Checks whether the flag is set for the given argument type.