Inheritance diagram for oaOccMemNetIter:
Public Methods | |
oaOccMemNetIter (const oaOccMemNetCollection &cl) | |
oaOccMemNetIter (const oaOccMemNetIter &iterIn) | |
oaOccNet * | getNext (oaUInt4 &arg) |
For example, a collection of member nets for net a would contain all of the following nets:
The member net index is returned in the getNext() function. This index indicates the member position of the specified net in the collection. For the example above, the iterator would return the following values:
This particular collection and iterator are primarily for those applications that want to traverse single-bit connectivity.
|
This function constructs a new oaOccMemNetIter object according to the specified memNet collection cl.
|
|
This function constructs a new oaOccMemNetIter class and iterates over the same set of objects as the specified oaOccMemNetIter iterator. The new iterator starts at the beginning of the collection.
|
|
This function returns a pointer to the next object in the collection that is being iterated. NULL is returned when there are no more objects to return.
Reimplemented from oaBaseMemNetIter. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.