#include <psVector.h>
Collaboration diagram for psVector:

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. | |
|
|
Union for data types.
Definition at line 55 of file psVector.h. |
|
|
Number of elements in use.
Definition at line 53 of file psVector.h. |
|
|
Total number of elements available.
Definition at line 54 of file psVector.h. |
|
|
Type of data.
Definition at line 52 of file psVector.h. |
1.4.1