oaViaDefArray Class Reference

Inheritance diagram for oaViaDefArray:

oaArray<oaViaDef *> oaArrayBase<oaViaDef *>


Public Methods

 oaViaDefArray (oaUInt4 sizeIn=0)
 oaViaDefArray (const oaViaDefArray &arrayIn)

Detailed Description

The oaViaDefArray class implements an array of pointers to oaViaDefs. The size of the array can be different than the number of oaViaDef pointers actually stored. This is useful when the array is used as a buffer, because it reduces the need to re-allocate the array.


Constructor & Destructor Documentation

oaViaDefArray::oaViaDefArray oaUInt4    sizeIn = 0 [inline]
 

This function constructs an oaViaDefArray object, sets the number of oaViaDef pointers, and allocates storage for the oaViaDef pointers.

oaViaDefArray::oaViaDefArray const oaViaDefArray &    arrayIn [inline]
 

This function constructs an oaViaDefArray object, creating a copy of the specified oaViaDefArray.


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

Return to top of page