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
- tobject
- tnullinterfacedobject
- tpointerlist
- tpointerqueue
- tlinkedqueue
- tpersistentqueue
Overview
Methods
![]() |
function findobject(const aobject: tlinkedpersistent): integer; |
![]() |
procedure add(const value: tlinkedpersistent); |
![]() |
procedure insert(const index: integer; const value: tlinkedpersistent); reintroduce; |
![]() |
function getfirst: tlinkedpersistent; |
![]() |
function getlast: tlinkedpersistent; |
Properties
![]() |
property items[constindex:integer]: tlinkedpersistent read getitems write setitems; |
Description
Methods
![]() |
function findobject(const aobject: tlinkedpersistent): integer; |
![]() |
procedure add(const value: tlinkedpersistent); |
![]() |
procedure insert(const index: integer; const value: tlinkedpersistent); reintroduce; |
![]() |
function getfirst: tlinkedpersistent; |
![]() |
function getlast: tlinkedpersistent; |
Properties
![]() |
property items[constindex:integer]: tlinkedpersistent read getitems write setitems; |
Generated by PasDoc 0.16.0.
