PtrArray - Dynamic pointer array
Dynamic pointer array is a containter for unordered collections. The array structure provides fast access to the instances.
The array size grows on demand. Arrays provide a cursor function, which is supported by the DPA template class.
Attributes
Functions
- Add - Add - Title unknown
- Append - Append - Title unknown
- Clear - Clear - Title unknown
- Copy - Copy - Title unknown
- ElementAt - ElementAt - Title unknown
- Find - - internal feature (not documented)
- FreeExtra - - internal feature (not documented)
- GetAt - GetAt - Title unknown
- GetCount - - internal feature (not documented)
- GetData - GetData - Title unknown
- GetPtr - - internal feature (not documented)
- GetSize - GetSize - Title unknown
- GetTail - - internal feature (not documented)
- GetUpperBound - - internal feature (not documented)
- InsertAt - InsertAt - Title unknown
- PtrArray - - internal feature (not documented)
- Remove - - internal feature (not documented)
- RemoveAll - RemoveAll - Title unknown
- RemoveAt - RemoveAt - Title unknown
- RemoveLast - - internal feature (not documented)
- RemoveTail - - internal feature (not documented)
- SetAt - SetAt - Title unknown
- SetAtGrow - SetAtGrow - Title unknown
- SetSize - SetSize - Title unknown
- operator[] - operator[] - Title unknown
- ~PtrArray - - internal feature (not documented)

