TPolicyQueryArgs Class Reference

#include <mw/tldlistdef.h>

class TPolicyQueryArgs : public TBase

Inherits from

Public Member Enumerations
enumTPolicyArgType { 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()

Member Enumeration Documentation

Enum TPolicyArgType

The argument types.

EnumeratorValueDescription
ETldUri1
ETldListType
ETldQueryType

Constructor & Destructor Documentation

TPolicyQueryArgs ( )

TPolicyQueryArgs()[inline]

Default constructor

TPolicyQueryArgs ( T0 )

TPolicyQueryArgs(T0a0)[inline, explicit]

A templated constructor that constructs the query argument. It takes one argument.

TPolicyQueryArgs ( T0, T1 )

TPolicyQueryArgs(T0a0,
T1a1
)[inline]

A templated constructor that constructs the query argument. It takes two arguments.

TPolicyQueryArgs ( T0, T1, T2 )

TPolicyQueryArgs(T0a0,
T1a1,
T2a2
)[inline]

A templated constructor that constructs the query argument. It takes three arguments.

Member Function Documentation

Get ( TPolicyArgType )

TInt Get(TPolicyArgTypeaType)const [inline]

Returns the argument if set, otherwise returns KErrNotFound.

IsSet ( TPolicyArgType )

TBool IsSet(TPolicyArgTypeaType)const [inline]

Checks whether the flag is set for the given argument type.