oaValueArray Class Reference

Inheritance diagram for oaValueArray:

oaArray<oaValue *> oaArrayBase<oaValue *>


Public Methods

 oaValueArray (oaUInt4 sizeIn=0)

Detailed Description

The oaValueArray class implements an array of values.


Constructor & Destructor Documentation

oaValueArray::oaValueArray oaUInt4    sizeIn = 0 [inline]
 

This is the constructor for the oaValueArray class. It allocates storage for this value array with the specified size.

Parameters:
sizeIn The size of the array


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

Return to top of page