Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psArray Struct Reference
[Array Container]

#include <psArray.h>


Detailed Description

An array to support primitive types.

Struct for maintaining an array of frequently used primitive types.

Definition at line 34 of file psArray.h.

Data Fields

psU32 nalloc
 Total number of elements available.
psU32 n
 Number of elements in use.
psPtrdata
 An Array of pointer elements.


Field Documentation

psPtr* psArray::data
 

An Array of pointer elements.

Definition at line 38 of file psArray.h.

psU32 psArray::n
 

Number of elements in use.

Definition at line 37 of file psArray.h.

psU32 psArray::nalloc
 

Total number of elements available.

Definition at line 36 of file psArray.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:11 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1