oaModTermArray Class Reference

Inheritance diagram for oaModTermArray:

oaArray<oaModTerm *> oaArrayBase<oaModTerm *>


Public Methods

 oaModTermArray (oaUInt4 sizeIn=0)

Detailed Description

The oaModTermArray is a utility class that implements an array of module terminal pointers.


Constructor & Destructor Documentation

oaModTermArray::oaModTermArray oaUInt4    sizeIn = 0 [inline]
 

This is the constructor for the oaModTermArray class. It constructs an array of oaModTerm pointers of the specified size.

Parameters:
sizeIn The initial size for this array


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

Return to top of page