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
Merge request reports
Activity
added 1 commit
- 2e85c285 - ENH: improvements for PtrList, UPtrList and new PtrDynList container
Please register or sign in to reply