oaObjectArray Class Reference

Inheritance diagram for oaObjectArray:

oaArray<oaObject *> oaArrayBase<oaObject *>


Public Methods

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

Detailed Description

The oaObjectArray class implements an array of oaObjects.


Constructor & Destructor Documentation

oaObjectArray::oaObjectArray oaUInt4    sizeIn = 0 [inline]
 

This oaObjectArray constructor sets the number of values and allocates storage for them.

Parameters:
sizeIn Number of values for the array

oaObjectArray::oaObjectArray const oaObjectArray &    arrayIn [inline]
 

This oaObjectArray constructor sets the number of values and creates a copy of the specified oaObjectArray.

Parameters:
arrayIn Array to be copied


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

Return to top of page