Public Member Functions | List of all members
EnvironmentProperties::iterator Class Reference

The EnvironmentProperties iterator. More...

#include <EnvironmentProperties.hpp>

Collaboration diagram for EnvironmentProperties::iterator:
[legend]

Public Member Functions

 iterator (const iterator &copy)
 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...
 
iteratoroperator++ ()
 Increment the iterator. More...
 
iteratoroperator= (const iterator &copy)
 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...
 

Detailed Description

The EnvironmentProperties iterator.

Constructor & Destructor Documentation

◆ iterator()

iterator ( const iterator copy)
inline

Create an iterator by copying the supplied iterator.

Member Function Documentation

◆ operator!=()

bool operator!= ( const iterator rhs) const
inline

returns true if the current iterator is not equal to the supplied iterator.

◆ operator*()

Item operator* ( ) const
inline

Dereference the iterator in order to obtain the object pointed to.

◆ operator++() [1/2]

iterator operator++ ( int  )
inline

Increment the iterator (post increment).

◆ operator++() [2/2]

iterator& operator++ ( )
inline

Increment the iterator.

◆ operator=()

iterator& operator= ( const iterator copy)
inline

Set the current iterator to a copy of the supplied iterator.

◆ operator==()

bool operator== ( const iterator rhs) const
inline

returns true if the current iterator is equal to the supplied iterator.


The documentation for this class was generated from the following file: