oaDMObjectIter Class Reference


Public Methods

 oaDMObjectIter (const oaDMObjectIter &iter)
 ~oaDMObjectIter ()
oaDMObjectIter & operator= (const oaDMObjectIter &iter)
oaDMObjectgetNext ()
void reset ()

Detailed Description

The oaDMObjectIter is used to iterate a collection of oaDMObjects.


Constructor & Destructor Documentation

oaDMObjectIter::oaDMObjectIter const oaDMObjectIter &    iter
 

This is the copy constructor for the oaDMObjectIter class.

Parameters:
iter the oaDMObjectIter object to copy

oaDMObjectIter::~oaDMObjectIter  
 

This is the destructor for the oaDMObjectIter class.


Member Function Documentation

oaDMObject * oaDMObjectIter::getNext  
 

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

oaDMObjectIter & oaDMObjectIter::operator= const oaDMObjectIter &    iter
 

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

Parameters:
iter rhs oaDMObjectIter to assign to this oaDMObjectIter

void oaDMObjectIter::reset  
 

This function resets the iterator so that a subsequent 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