The EnvironmentProperties iterator. More...
#include <EnvironmentProperties.hpp>
Public Member Functions | |
iterator (const iterator ©) | |
Create an iterator by copying the supplied iterator. More... | |
bool | operator!= (const iterator &rhs) const |
returns true if the current iterator is not equal to the supplied iterator. More... | |
Item | operator* () const |
Dereference the iterator in order to obtain the object pointed to. More... | |
iterator | operator++ (int) |
Increment the iterator (post increment). More... | |
iterator & | operator++ () |
Increment the iterator. More... | |
iterator & | operator= (const iterator ©) |
Set the current iterator to a copy of the supplied iterator. More... | |
bool | operator== (const iterator &rhs) const |
returns true if the current iterator is equal to the supplied iterator. More... | |
The EnvironmentProperties iterator.
|
inline |
returns true if the current iterator is not equal to the supplied iterator.
|
inline |
Dereference the iterator in order to obtain the object pointed to.
|
inline |
Increment the iterator (post increment).
|
inline |
Increment the iterator.
Set the current iterator to a copy of the supplied iterator.
|
inline |
returns true if the current iterator is equal to the supplied iterator.