Inheritance diagram for ISequence:
Public Methods | |
virtual oa::oaUInt4 | count ()=0 |
virtual void | insert (const T &objIn)=0 |
virtual void | append (const T &objIn)=0 |
virtual void | remove ()=0 |
virtual void | replace (const T &objIn)=0 |
Type *
rather than const Type *&
. The template considerations work identically to those for IIter.
|
This function adds an element after the current element.
|
|
This function returns the total count of elements in this collection. |
|
This function adds an element before the current element.
|
|
This function removes the current element from the collection and sets the current element to the previous element so that calling next has the effect of going to the element that would have been next if remove had not been called. |
|
The replace function replaces the current element with the element passed in.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.