oaTechArray Class Reference

Inheritance diagram for oaTechArray:

oaArray<oaTech *> oaArrayBase<oaTech *>


Public Methods

 oaTechArray (oaUInt4 sizeIn=0)

Detailed Description

The oaTechArray class implements an array of tech pointers used in establishing incremental technology databases. An oaTechArray is passed to the oaTech::setRefs function to create references from the specified tech database to other techs.

For more information, refer to Incremental Technology Databases in the Using Technology Databases section of the Programmers Guide.


Constructor & Destructor Documentation

oaTechArray::oaTechArray oaUInt4    sizeIn = 0
 

This is the constructor for the oaTechArray class. It constructs an array of tech pointers of the specified size.

Parameters:
sizeIn The initial size of the array.


The documentation for this class was generated from the following files:

Return to top of page