Class tpersistentqueue

Unit

Declaration

type tpersistentqueue = class(tlinkedqueue, iobjectlink)

Description

No description available, ancestor tlinkedqueue description follows
No description available, ancestor tpointerqueue description follows
No description available, ancestor tpointerlist description follows
No description available, ancestor tnullinterfacedobject description follows

Hierarchy

Overview

Methods

Public function findobject(const aobject: tlinkedpersistent): integer;
Public procedure add(const value: tlinkedpersistent);
Public procedure insert(const index: integer; const value: tlinkedpersistent); reintroduce;
Public function getfirst: tlinkedpersistent;
Public function getlast: tlinkedpersistent;

Properties

Public property items[constindex:integer]: tlinkedpersistent read getitems write setitems;

Description

Methods

Public function findobject(const aobject: tlinkedpersistent): integer;
 
Public procedure add(const value: tlinkedpersistent);
 
Public procedure insert(const index: integer; const value: tlinkedpersistent); reintroduce;
 
Public function getfirst: tlinkedpersistent;
 
Public function getlast: tlinkedpersistent;
 

Properties

Public property items[constindex:integer]: tlinkedpersistent read getitems write setitems;
 

Generated by PasDoc 0.16.0.