Updated/modified PtrList implementation
- 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