oaBuildInfoArray Class Reference

Inheritance diagram for oaBuildInfoArray:

oaArray<oaBuildInfo *> oaArrayBase<oaBuildInfo *>


Public Methods

 oaBuildInfoArray (oaUInt4 sizeIn=0)
void sort ()

Detailed Description

The oaBuildInfoArray class implements a utility array class used to pass an array of oaBuildInfo pointers back to the user via oaBuildInfo::getPackages().


Constructor & Destructor Documentation

oaBuildInfoArray::oaBuildInfoArray oaUInt4    sizeIn = 0 [inline]
 

This function constructs an oaBuildInfoArray object, allocating storage for sizeIn oaBuildInfo pointer elements.

Parameters:
sizeIn number of values for which to allocate storage; the default number is 0.


Member Function Documentation

void oaBuildInfoArray::sort  
 

This function sorts the oaBuildInfo pointers by their package names in this oaBuildInfoArray.


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

Return to top of page