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 | |
---|---|
enum | TStandardValues { EUndefined = 0, EClient = -1, EProtocolHandler = -2, ECurrentFilter = -3 } |
Private Attributes | |
---|---|
TInt | iValue |
THTTPFilterHandle | ( | TStandardValues | aVal = EUndefined | ) | [inline] |
TStandardValues aVal = EUndefined |
TBool | operator!= | ( | THTTPFilterHandle | aThat | ) | const [inline] |
THTTPFilterHandle aThat |
TBool | operator== | ( | THTTPFilterHandle | aThat | ) | const [inline] |
THTTPFilterHandle aThat |
Alisases for the client, and the filters you're most likely to want to refer to.
EUndefined = 0 | |
EClient = -1 | |
EProtocolHandler = -2 | |
ECurrentFilter = -3 |