Class TCustomListWithPointers

Unit

Declaration

type TCustomListWithPointers<T> = class(TCustomList<T>)

Description

No description available, ancestor TCustomList description follows

More info: http://stackoverflow.com/questions/5232198/about-vectors-growth TODO: custom memory managers (as constraints) ˜approximation to golden ratio: n = n * 1.5 } {$DEFINE CUSTOM_LIST_CAPACITY_INC := Result * 2} // standard inc

Hierarchy

Overview

Internal Classes and Records

Public TPointersEnumerator = class(TCustomPointersEnumerator<T,PT>)

Methods

Protected function GetPtrEnumerator: TEnumerator<PT>; override;

Description

Methods

Protected function GetPtrEnumerator: TEnumerator<PT>; override;
 

Generated by PasDoc 0.15.0.