|
ocssw
V2022
|
#include <epr_ptrarray.h>
Public Attributes | |
| unsigned int | capacity |
| unsigned int | length |
| void ** | elems |
Detailed Description
The EPR_PtrArray structure represents a dynamic array of pointers.
Definition at line 31 of file epr_ptrarray.h.
Member Data Documentation
◆ capacity
| unsigned int capacity |
The current capacity
Definition at line 33 of file epr_ptrarray.h.
◆ elems
| void** elems |
The pointer elements
Definition at line 37 of file epr_ptrarray.h.
◆ length
| unsigned int length |
The current length
Definition at line 35 of file epr_ptrarray.h.
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/oel_hdf4/libmeris/epr_ptrarray.h


