Inheritance diagram for oaParamArray:
Public Methods | |
oaParamArray (oaUInt4 sizeIn=0) | |
oaParamArray (const oaParamArray ¶msIn) | |
oaUInt4 | find (const oaParam ¶m) const |
oaBoolean | find (const oaString &name, oaParam ¶m) const |
virtual oaBoolean | operator== (const oaArray< oaParam > &p) const |
|
This function constructs an oaParamArray object, setting the number of parameters, and allocating storage for the parameters.
|
|
This function constructs an oaParamArray instance by creating a copy of the specified oaParamArray object 'paramsIn'.
|
|
This function searches the parameters of this oaParamArray for a parameter with the specified name. If found, the specified param is filled and true is returned. Otherwise, false is returned.
|
|
This function searches the parameters of this paramArray looking for the specified parameter param. If found, the index of the matching param is returned as an unsigned integer, otherwise the oacNullIndex value is returned.
Reimplemented from oaArray<oaParam>. |
|
This operator compares this oaParamArray with the specified p oaParamArray object, and returns true if the objects are equal. Reimplemented from oaArray<oaParam>. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.