#include <epr_ptrarray.h>
Public Attributes | |
| unsigned int | capacity |
| unsigned int | length |
| void ** | elems |
The EPR_PtrArray structure represents a dynamic array of pointers.
| unsigned int EPR_PtrArray::capacity |
The current capacity
| void** EPR_PtrArray::elems |
The pointer elements
| unsigned int EPR_PtrArray::length |
The current length
1.7.1