A header field iterator is an iterator that dereferences to a HeaderField.
More...
#include <Headers.h>
Detailed Description
A header field iterator is an iterator that dereferences to a HeaderField.
Definition at line 171 of file Headers.h.
Constructor & Destructor Documentation
atscppapi::header_field_iterator::~header_field_iterator |
( |
|
) |
|
Copy Constructor for header_field_iterator, this shouldn't need to be used directly.
- Parameters:
-
- Warning:
- This shouldn't need to be used directly!
Member Function Documentation
Advance the iterator to the next header field with the same name.
- Returns:
- a reference to a the next iterator
Inequality Operator, compare two iterators.
- Returns:
- false if the two iterators are the same.
HeaderField atscppapi::header_field_iterator::operator* |
( |
|
) |
|
Dereference an iterator.
- Returns:
- a HeaderField pointed to by this iterator
Advance the iterator to the next header field.
- Returns:
- a reference to a the next iterator
Advance the current iterator to the next header field.
- Returns:
- a new iterator which points to the next element
Comparison operator, compare two iterators.
- Returns:
- true if the two iterators point to the same HeaderField
Friends And Related Function Documentation
The documentation for this class was generated from the following file: