oaStringArray Class Reference

Inheritance diagram for oaStringArray:

oaArray<oaString> oaArrayBase<oaString>


Public Methods

 oaStringArray (oaUInt4 sizeIn=0)
 oaStringArray (const oaStringArray &stringsIn)
 oaStringArray (const oaString stringsIn[], oaUInt4 numBytesIn)

Detailed Description

The oaStringArray class implements an array of strings.


Constructor & Destructor Documentation

oaStringArray::oaStringArray oaUInt4    sizeIn = 0
 

This function constructs an oaStringArray object, allocating storage for sizeIn oaString elements.

Parameters:
sizeIn The number of strings for which to allocate storage. The default is zero.

oaStringArray::oaStringArray const oaStringArray &    stringsIn
 

This function constructs an oaStringArray object, creating a copy of the specified oaStringArray.

Parameters:
stringsIn The oaStringArray to copy.

oaStringArray::oaStringArray const oaString    stringsIn[],
oaUInt4    numBytesIn
 

This function constructs an oaStringArray object based on the input array of oaStrings.

Parameters:
stringsIn[] The array of oaStrings.
numBytesIn The number of oaStrings in the array.


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

Return to top of page