Skip to content

Updated/modified PtrList implementation

Mark OLESEN requested to merge feature-ptrlist into develop
  • re-implement lowest-level with PtrListDetail to allow access to protected List methods
  • new PtrDynList class: for a dynamically resizable PtrList with memory management.
  • NO UPtrDynList since this is probably not needed and a plain DynamicList<T*> can also be used in a pinch.
Edited by Mark OLESEN

Merge request reports