oaDMObjectStatusRefIter Class Reference


Public Methods

 oaDMObjectStatusRefIter (const oaDMObjectStatusRefIter &iter)
 ~oaDMObjectStatusRefIter ()
oaDMObjectStatusRefIter & operator= (const oaDMObjectStatusRefIter &iter)
oaDMObjectStatusRef getNext ()
void reset ()

Detailed Description

The oaDMObjectStatusRefIter is used to iterate a collection of oaDMObjectStatusRefs.


Constructor & Destructor Documentation

oaDMObjectStatusRefIter::oaDMObjectStatusRefIter const oaDMObjectStatusRefIter &    iter
 

This is the copy constructor for the oaDMObjectStatusRefIter class.

Parameters:
iter the aDMObjectStatusRefIter object to copy

oaDMObjectStatusRefIter::~oaDMObjectStatusRefIter  
 

This is the destructor for the oaDMObjectStatusRefIter class.


Member Function Documentation

oaDMObjectStatusRef oaDMObjectStatusRefIter::getNext  
 

This function gets the next (oaDMObject*, status) pair. If there is no more data, the oaDMObject* will be NULL.

oaDMObjectStatusRefIter & oaDMObjectStatusRefIter::operator= const oaDMObjectStatusRefIter &    iter
 

This is the assignment operator for the oaDMObjectStatusRefIter class. It copies the data from the specified iter oaDMObjectStatusRefIter to this oaDMObjectStatusRefIter.

Parameters:
iter rhs oaDMObjectStatusRefIter to assign to this oaDMObjectStatusRefIter

void oaDMObjectStatusRefIter::reset  
 

This function resets the iterator so that getNext() will get the first entry in the set.


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

Return to top of page