rtxDynPtrArray.h File Reference
- Implementation of a dynamic pointer array.
#include "rtxsrc/rtxContext.h"
Go to the source code of this file.
Classes | |
| struct | OSRTDynPtrArray |
Functions | |
| EXTERNRT int | rtxDynPtrArrayInit (OSCTXT *pctxt, OSRTDynPtrArray *pArray, OSUINT16 initialSize) |
| This function initializes a new dynamic pointer array structure. | |
| EXTERNRT int | rtxDynPtrArrayAppend (OSCTXT *pctxt, OSRTDynPtrArray *pArray, void *ptr) |
| This function adds a pointer to the end of the array and expands the array if necessary. | |
Detailed Description
- Implementation of a dynamic pointer array.
Definition in file rtxDynPtrArray.h.
Function Documentation
|
||||||||||||||||
|
This function adds a pointer to the end of the array and expands the array if necessary.
|
|
||||||||||||||||
|
This function initializes a new dynamic pointer array structure. Memory is allocated for the initial capacity of pointers.
|
