Public Methods | |
oaVCVersionIter (const oaVCVersionIter &iter) | |
~oaVCVersionIter () | |
oaVCVersionIter & | operator= (const oaVCVersionIter &iter) |
oaVCVersion | getNext () |
void | reset () |
|
This is the copy constructor for the oaVCVersionIter class.
|
|
This is the destructor for the oaVCVersionIter class. |
|
This function returns the next oaVCVersion object of this iterator. If there are no more objects, a NULL oaVCVersion (with a NULL IVersion interface) is returned. To determine if the iteration is terminated, do one of the following:
|
|
This is the assignment operator for the oaVCVersionIter class. It copies the data of the specified iter oaVCVersionIter to this oaVCVersionIter.
|
|
This function resets the iterator such that a subsequent getNext() will get the first entry in the set. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.