Class tpointerqueue
Unit
Declaration
type tpointerqueue = class(tpointerlist)
Description
This item has no description.
Hierarchy
- tobject
- tnullinterfacedobject
- tpointerlist
- tpointerqueue
Overview
Fields
| Protected | fnofinalize: integer; |
Methods
| Protected | procedure checkindex(var index: integer); override; |
| Protected | procedure setcapacity(value: integer); override; |
| Protected | procedure finalizeitem(var item: pointer); virtual; |
| Public | function datapo: ppointeraty; virtual; |
| Public | procedure clear; override; |
| Public | function delete(index: integer): pointer; override; |
| Public | function add(const value: pointer): integer; |
| Public | function indexof(const item: pointer): integer; |
| Public | procedure insert(index: integer; const value: pointer); override; |
| Public | function getfirst: pointer; |
| Public | function getlast: pointer; |
Properties
| Public | property maxcount: integer read fmaxcount write setmaxcount; |
Description
Fields
| Protected | fnofinalize: integer; |
|
This item has no description. | |
Methods
| Protected | procedure checkindex(var index: integer); override; |
|
This item has no description. | |
| Protected | procedure setcapacity(value: integer); override; |
|
This item has no description. | |
| Protected | procedure finalizeitem(var item: pointer); virtual; |
|
This item has no description. | |
| Public | function datapo: ppointeraty; virtual; |
|
This item has no description. | |
| Public | procedure clear; override; |
|
This item has no description. | |
| Public | function delete(index: integer): pointer; override; |
|
This item has no description. | |
| Public | function add(const value: pointer): integer; |
|
This item has no description. | |
| Public | function indexof(const item: pointer): integer; |
|
This item has no description. | |
| Public | procedure insert(index: integer; const value: pointer); override; |
|
This item has no description. | |
| Public | function getfirst: pointer; |
|
This item has no description. | |
| Public | function getlast: pointer; |
|
This item has no description. | |
Properties
| Public | property maxcount: integer read fmaxcount write setmaxcount; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.