Class tlinkedqueue
Unit
Declaration
type tlinkedqueue = class(tpointerqueue, iobjectlink)
Description
No description available, ancestor tpointerqueue description follows
No description available, ancestor tpointerlist description follows
No description available, ancestor tnullinterfacedobject description follows
Hierarchy
- tobject
- tnullinterfacedobject
- tpointerlist
- tpointerqueue
- tlinkedqueue
Overview
Methods
![]() |
procedure finalizeitem(var item: pointer); override; |
![]() |
procedure linkdestroyed(const alink: iobjectlink); virtual; |
![]() |
constructor create(aownsobjects: boolean); |
![]() |
destructor destroy; override; |
![]() |
function destroying: boolean; |
![]() |
function add(const value: iobjectlink): integer; |
![]() |
procedure insert(const index: integer; const value: iobjectlink); reintroduce; |
![]() |
function getfirst: iobjectlink; |
![]() |
function getlast: iobjectlink; |
![]() |
procedure sendchangenotification(sender: tobject); |
Properties
![]() |
property items[constindex:integer]: iobjectlink read getitems write setitems; |
![]() |
property ownsobjects: boolean read fownsobjects write fownsobjects; |
Description
Methods
![]() |
procedure finalizeitem(var item: pointer); override; |
![]() |
procedure linkdestroyed(const alink: iobjectlink); virtual; |
![]() |
constructor create(aownsobjects: boolean); |
![]() |
destructor destroy; override; |
![]() |
function destroying: boolean; |
![]() |
function add(const value: iobjectlink): integer; |
![]() |
procedure insert(const index: integer; const value: iobjectlink); reintroduce; |
![]() |
function getfirst: iobjectlink; |
![]() |
function getlast: iobjectlink; |
![]() |
procedure sendchangenotification(sender: tobject); |
Properties
![]() |
property items[constindex:integer]: iobjectlink read getitems write setitems; |
![]() |
property ownsobjects: boolean read fownsobjects write fownsobjects; |
Generated by PasDoc 0.16.0.

