TQueryArgs Class Reference
#include
<mw/ineturilistdef.h>
Link against: ineturilist.lib
Detailed Description
This class defines the argument parameters for the query operation. It is possible to set the arguments in various combinations. The argument types can be ServiceType, ListType, URI in TDesC8 form, and URIMatch.
Member Enumeration Documentation
Enum anonymous
Enumerator | Value | Description |
---|
KBitsPerType | 3 | |
Enum anonymous
Maximum number of arguments. Currently set as 4.
Enumerator | Value | Description |
---|
KMaxArguments | 4 | |
Enum TArgType
Enumerator | Value | Description |
---|
EUri | 1 | |
EServiceType | | |
EListType | | |
EURIMatch | | |
Constructor & Destructor Documentation
TQueryArgs ( T0 )
TQueryArgs | ( | T0 | a0 | ) | [inline, explicit] |
A templated constructor that constructs the query argument. It takes one argument.
TQueryArgs ( T0, T1 )
TQueryArgs | ( | T0 | a0, |
| T1 | a1 |
| ) | [inline] |
A templated constructor that constructs the query argument. It takes two arguments.
TQueryArgs ( T0, T1, T2 )
TQueryArgs | ( | T0 | a0, |
| T1 | a1, |
| T2 | a2 |
| ) | [inline] |
A templated constructor that constructs the query argument. It takes three arguments.
TQueryArgs ( T0, T1, T2, T3 )
TQueryArgs | ( | T0 | a0, |
| T1 | a1, |
| T2 | a2, |
| T3 | a3 |
| ) | [inline] |
A templated constructor that constructs the query argument. It takes four arguments.
Member Function Documentation
Get ( TArgType )
Returns the argument if set, otherwise returns KErrNotFound.
IsSet ( TArgType )
Checks whether the flag is set for the given argument type.