THTTPFilterIterator Class Reference
class THTTPFilterIterator |
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.
Constructor & Destructor Documentation
THTTPFilterIterator()
THTTPFilterIterator | ( | ) | [inline] |
Member Functions Documentation
AtEnd()
IMPORT_C TBool | AtEnd | ( | ) | const |
Returns ETrue if the iterator is at the end of the collection
First()
Moves the iterator to the first member of the collection
operator()()
Returns the filter that the iterator is pointing at
operator*()
Returns the filter that the iterator is pointing at
operator++()
Moves on to the next item in the collection
operator->()
Returns the filter that the iterator is pointing at
Member Data Documentation
CHTTPSession * iImplementation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.