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

psArray Struct Reference
[Array]

#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

long n
 Number of elements in use.
const long nalloc
 Total number of elements available.
psPtrdata
 An Array of pointer elements.
void * lock
 Optional lock for thread safety.


Field Documentation

psPtr* psArray::data
 

An Array of pointer elements.

Definition at line 38 of file psArray.h.

void* psArray::lock
 

Optional lock for thread safety.

Definition at line 39 of file psArray.h.

long psArray::n
 

Number of elements in use.

Definition at line 36 of file psArray.h.

const long psArray::nalloc
 

Total number of elements available.

Definition at line 37 of file psArray.h.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 14 10:43:40 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2