THTTPFilterHandle Class Reference

class THTTPFilterHandle

A Filter registration handle. This identifies a particular filter registration, and is passed to the filter in MHFLoad. It is used to identify filters for deletion and for locating the start point for sending events. It is an opaque class; all you need to be able to do with it is to compare them for equality.

Public Member Functions
THTTPFilterHandle(TStandardValues)
TBool operator!=(THTTPFilterHandle)
TBool operator==(THTTPFilterHandle)
Public Member Enumerations
enumTStandardValues { EUndefined = 0, EClient = -1, EProtocolHandler = -2, ECurrentFilter = -3 }
Private Attributes
TInt iValue

Constructor & Destructor Documentation

THTTPFilterHandle(TStandardValues)

THTTPFilterHandle(TStandardValuesaVal = EUndefined)[inline]

Parameters

TStandardValues aVal = EUndefined

Member Functions Documentation

operator!=(THTTPFilterHandle)

TBool operator!=(THTTPFilterHandleaThat)const [inline]

Parameters

THTTPFilterHandle aThat

operator==(THTTPFilterHandle)

TBool operator==(THTTPFilterHandleaThat)const [inline]

Parameters

THTTPFilterHandle aThat

Member Enumerations Documentation

Enum TStandardValues

Alisases for the client, and the filters you're most likely to want to refer to.

Enumerators

EUndefined = 0
EClient = -1
EProtocolHandler = -2
ECurrentFilter = -3

Member Data Documentation

TInt iValue

TInt iValue[private]