oaTermArray Class Reference

Inheritance diagram for oaTermArray:

oaArray<oaTerm *> oaArrayBase<oaTerm *>


Public Methods

 oaTermArray (oaUInt4 sizeIn=0)

Detailed Description

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


Constructor & Destructor Documentation

oaTermArray::oaTermArray oaUInt4    sizeIn = 0 [inline]
 

This is the constructor for the oaTermArray class. It constructs an array of oaTerm pointers of the specified size.

Parameters:
sizeIn The initial size to give this array


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

Return to top of page