Inheritance diagram for sdObjectMemberIter:

![]() |
Public Methods | |
| const SDClass * | operator * () const |
| bool | operator== (const sdObjectMemberIter< SDClass > &iter) const |
| bool | operator!= (const sdObjectMemberIter< SDClass > &iter) const |
| sdObjectMemberIter< SDClass > & | operator++ () |
Protected Types | |
| typedef std::vector< const SDClass * > | MemberVector |
| typedef MemberVector::const_iterator | MemberConstIter |
|
|||||
|
|
|
|||||
|
|
|
|||||||||
|
This function returns the object at the current iterator position. If this iterator is on an empty collection, NULL is returned. |
|
||||||||||
|
This function returns TRUE if the specified iterator is not the same as this iterator.
|
|
|||||||||
|
This function increments the iterator position to point to the next object. |
|
||||||||||
|
This function returns TRUE if the specified iterator points to the same object as the this iterator.
|

Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.