Inheritance diagram for oaNetTermArrayBase:

![]() |
Public Methods | |
| oaNetTermArrayBase (oaUInt4 size) | |
| void | append (const NetType &net, const TermType &term) |
| oaUInt4 | getNumElements () const |
| void | setNumElements (oaUInt4 numElements) |
| oaUInt4 | getSize () const |
| const oaNetTermPair< NetType, TermType > & | get (oaUInt4 index) const |
| oaNetTermPair< NetType, TermType > & | get (oaUInt4 index) |
| const oaNetTermPair< NetType, TermType > & | operator[] (oaUInt4 index) const |
| oaNetTermPair< NetType, TermType > & | operator[] (oaUInt4 index) |
| oaUInt4 | getNumBits () const |
| oaUInt4 | getNumMultiBit () const |
Public Types | |
| typedef oaNetTermPair< NetType, TermType > | NetTermPair |
|
|||||
|
|
|
||||||||||
|
This is the constructor for the oaNetTermArrayBase class.
|
|
||||||||||||||||
|
This function appends the given net and term pair to the end of the array.
|
|
||||||||||
|
This function returns the element at the given index of the array.
|
|
||||||||||
|
This function returns the element at the given index of the array as a constant.
|
|
|||||||||
|
This function returns the total number of bits in the elements of the array.
|
|
|||||||||
|
This function returns the number of elements in the array. |
|
|||||||||
|
This function returns the number of multi-bit terms in the elements array.
|
|
|||||||||
|
This function returns the size of the array. |
|
||||||||||
|
This function returns the element at the given index of the array.
|
|
||||||||||
|
This function returns the element at the given index of the array as a constant.
|
|
||||||||||
|
This function sets the number of elements in the array.
|

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