![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() ![]() |
![]() [Introduction] [Overview] [Coding Standards] [Core reference] [3D reference] [GUI] IndexELst_StructInsert ELst_PointerRemoveA ELst_StructInsertAdd one struct to a dynamically allocated array at a given positionSyntax Arguments Description If PWhere is negative, or greater than the number of elements in the list, add the new struct after the last one. This is equivalent to calling ELst_StructAdd. Return value None. ELst_PointerRemoveARemove a pointer from a dynamically allocated arraySyntax Arguments Description This function looks for PThePtr in the array PList. If it finds that, it removes it by possibly reallocating the memory for the array and updating PCountP and PCountAllocatedP. The number of pointers allocated might be different from the number of pointers in use. Return value Pointer to the new array and PCountP PCountAllocatedP |