#include <propertysetiterator.h>
Public Member Functions | |
| PropertySetIterator () | |
| PropertySetIterator (const PropertySetIterator &toCopy) | |
| PropertySetIterator & | operator= (const PropertySetIterator &toCopy) |
| PropertySetIterator & | operator++ () |
| PropertySetIterator | operator++ (int) |
| PropertySetIterator | operator-- (int) |
| PropertySetIterator & | operator-- () |
| bool | operator== (const PropertySetIterator &toCompare) const |
| bool | operator!= (const PropertySetIterator &toCompare) const |
| Property * | operator-> () |
| const Property * | operator-> () const |
| Property & | operator * () |
| const Property & | operator * () const |
|
|
default constructor must be assigned or initialised before use. |
|
|
|
|
|
returns a constant reference to the property this iterator is pointing to |
|
|
returns a reference to the property this iterator is pointing to |
|
|
compares this isterator with another
|
|
|
postfix increment |
|
|
prefix increment |
|
|
prefix decrement |
|
|
decrements the position of this iterator |
|
|
returns a constant pointer to the property this iterator is pointing to |
|
|
returns a pointer to the property this iterator is pointing to |
|
|
|
|
|
compares this isterator with another
|
1.4.6