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

psVector Struct Reference
[Vector Container]

#include <psVector.h>

Collaboration diagram for psVector:

Collaboration graph
[legend]

Detailed Description

An vector to support primitive types.

Struct for maintaining an vector of frequently used primitive types.

Definition at line 50 of file psVector.h.

Data Fields

psType type
 Type of data.
int n
 Number of elements in use.
const int nalloc
 Total number of elements available.
p_psVectorData data
 Union for data types.


Field Documentation

p_psVectorData psVector::data
 

Union for data types.

Definition at line 55 of file psVector.h.

int psVector::n
 

Number of elements in use.

Definition at line 53 of file psVector.h.

const int psVector::nalloc
 

Total number of elements available.

Definition at line 54 of file psVector.h.

psType psVector::type
 

Type of data.

Definition at line 52 of file psVector.h.


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