#include <mw/http/thttpfilteriterator.h>
| class THTTPFilterIterator |
| Public Member Functions | |
|---|---|
| THTTPFilterIterator() | |
| IMPORT_C TBool | AtEnd() |
| void | First() |
| IMPORT_C const THTTPFilterRegistration & | operator()() |
| const THTTPFilterRegistration & | operator*() |
| IMPORT_C THTTPFilterIterator & | operator++() |
| const THTTPFilterRegistration & | operator->() |
An iterator for RHTTPFilterCollection. The iterator can iterate over a subset of the filters in the collection, depending on how it was created. See RHTTPFilterCollection::Query for more details. In the documentation here, 'the collection' always refers to the filters that this iterator can see.
| THTTPFilterIterator | ( | ) | [inline] |
Non-initialised constructor. Note, to get an initialised one that actualy points to a filter collection, use RHTTPFilterCollection::Query
| IMPORT_C const THTTPFilterRegistration & | operator() | ( | ) | const |
Returns the filter that the iterator is pointing at
| const THTTPFilterRegistration & | operator* | ( | ) | const [inline] |
Returns the filter that the iterator is pointing at
| IMPORT_C THTTPFilterIterator & | operator++ | ( | ) |
Moves on to the next item in the collection
| const THTTPFilterRegistration & | operator-> | ( | ) | const [inline] |
Returns the filter that the iterator is pointing at