oaOccTermArray Class Reference

Inheritance diagram for oaOccTermArray:

oaArray<oaOccTerm *> oaArrayBase<oaOccTerm *>


Public Methods

 oaOccTermArray (oaUInt4 sizeIn=0)

Detailed Description

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


Constructor & Destructor Documentation

oaOccTermArray::oaOccTermArray oaUInt4    sizeIn = 0 [inline]
 

This is the constructor for the oaOccTermArray class. It constructs an array of oaOccTerm pointers of the specified size.

Parameters:
sizeIn The initial size to give the array


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

Return to top of page