afl::ddf::PropertySetIterator Class Reference

#include <propertysetiterator.h>

List of all members.

Public Member Functions

 PropertySetIterator ()
 PropertySetIterator (const PropertySetIterator &toCopy)
PropertySetIteratoroperator= (const PropertySetIterator &toCopy)
PropertySetIteratoroperator++ ()
PropertySetIterator operator++ (int)
PropertySetIterator operator-- (int)
PropertySetIteratoroperator-- ()
bool operator== (const PropertySetIterator &toCompare) const
bool operator!= (const PropertySetIterator &toCompare) const
Propertyoperator-> ()
const Propertyoperator-> () const
Propertyoperator * ()
const Propertyoperator * () const


Detailed Description

class PropertySetIterator an iterator that iterates over the properties of a propertyset


Constructor & Destructor Documentation

afl::ddf::PropertySetIterator::PropertySetIterator  ) 
 

default constructor must be assigned or initialised before use.

afl::ddf::PropertySetIterator::PropertySetIterator const PropertySetIterator toCopy  ) 
 

Parameters:
toCopy the iterator to copy


Member Function Documentation

const Property& afl::ddf::PropertySetIterator::operator *  )  const
 

returns a constant reference to the property this iterator is pointing to

Property& afl::ddf::PropertySetIterator::operator *  ) 
 

returns a reference to the property this iterator is pointing to

bool afl::ddf::PropertySetIterator::operator!= const PropertySetIterator toCompare  )  const
 

compares this isterator with another

Parameters:
toCompare another iterator to compare this one to

PropertySetIterator afl::ddf::PropertySetIterator::operator++ int   ) 
 

postfix increment

PropertySetIterator& afl::ddf::PropertySetIterator::operator++  ) 
 

prefix increment

PropertySetIterator& afl::ddf::PropertySetIterator::operator--  ) 
 

prefix decrement

PropertySetIterator afl::ddf::PropertySetIterator::operator-- int   ) 
 

decrements the position of this iterator

const Property* afl::ddf::PropertySetIterator::operator->  )  const
 

returns a constant pointer to the property this iterator is pointing to

Property* afl::ddf::PropertySetIterator::operator->  ) 
 

returns a pointer to the property this iterator is pointing to

PropertySetIterator& afl::ddf::PropertySetIterator::operator= const PropertySetIterator toCopy  ) 
 

Parameters:
toCopy the iterator this iterataor will mimic

bool afl::ddf::PropertySetIterator::operator== const PropertySetIterator toCompare  )  const
 

compares this isterator with another

Parameters:
toCompare the iterataor to compare this iterator to


The documentation for this class was generated from the following file:
Generated on Fri Dec 22 07:17:52 2006 for afl by  doxygen 1.4.6