oaDMObjectVersionRefIter Class Reference


Public Methods

 oaDMObjectVersionRefIter (const oaDMObjectVersionRefIter &iter)
 ~oaDMObjectVersionRefIter ()
oaDMObjectVersionRefIter & operator= (const oaDMObjectVersionRefIter &iter)
oaDMObjectVersionRef getNext ()
void reset ()

Detailed Description

The oaDMObjectVersionRefIter is used to iterate a collection of oaDMObjectVersionRefs.


Constructor & Destructor Documentation

oaDMObjectVersionRefIter::oaDMObjectVersionRefIter const oaDMObjectVersionRefIter &    iter
 

This is the copy constructor for the oaDMObjectVersionRefIter class.

Parameters:
iter the oaDMObjectVersionRefIter to copy

oaDMObjectVersionRefIter::~oaDMObjectVersionRefIter  
 

This is the destructor for the oaDMObjectVersionRefIter class.


Member Function Documentation

oaDMObjectVersionRef oaDMObjectVersionRefIter::getNext  
 

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

oaDMObjectVersionRefIter & oaDMObjectVersionRefIter::operator= const oaDMObjectVersionRefIter &    iter
 

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

Parameters:
iter rhs oaDMObjectVersionRefIter to assign to this oaDMObjectVersionRefIter

void oaDMObjectVersionRefIter::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