Class TCustomListWithPointers.TPointersEnumerator

Unit

Declaration

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

Description

No description available, ancestor TCustomPointersEnumerator description follows

error: no memory left for TCustomPointersEnumerator<PT> version

Hierarchy

Enclosing Class

Overview

Fields

Protected FList: TCustomListWithPointers<T>;
Protected FIndex: SizeInt;

Methods

Protected function DoMoveNext: boolean; override;
Protected function DoGetCurrent: PT; override;
Public constructor Create(AList: TCustomListWithPointers<T>);

Description

Fields

Protected FList: TCustomListWithPointers<T>;
 
Protected FIndex: SizeInt;
 

Methods

Protected function DoMoveNext: boolean; override;
 
Protected function DoGetCurrent: PT; override;
 
Public constructor Create(AList: TCustomListWithPointers<T>);
 

Generated by PasDoc 0.15.0.