Class tobjectqueue
Unit
Declaration
type tobjectqueue = class(tpointerqueue)
Description
This item has no description.
Hierarchy
- tobject
- tnullinterfacedobject
- tpointerlist
- tpointerqueue
- tobjectqueue
Overview
Fields
| Public | ownsobjects: boolean; |
Methods
| Protected | function getitems(index: integer): tobject; |
| Protected | procedure setitems(index: integer; const Value: tobject); |
| Protected | procedure finalizeitem(var item: pointer); override; |
| Public | constructor create(aownsobjects: boolean); |
| Public | procedure add(value: tobject); |
| Public | procedure insert(const index: integer; const value: tobject); reintroduce; |
| Public | function getfirst: tobject; |
| Public | function getlast: tobject; |
Properties
| Public | property items[index: integer]: tobject read getitems write setitems; |
Description
Fields
| Public | ownsobjects: boolean; |
|
This item has no description. | |
Methods
| Protected | function getitems(index: integer): tobject; |
|
This item has no description. | |
| Protected | procedure setitems(index: integer; const Value: tobject); |
|
This item has no description. | |
| Protected | procedure finalizeitem(var item: pointer); override; |
|
This item has no description. | |
| Public | constructor create(aownsobjects: boolean); |
|
This item has no description. | |
| Public | procedure add(value: tobject); |
|
This item has no description. | |
| Public | procedure insert(const index: integer; const value: tobject); reintroduce; |
|
This item has no description. | |
| Public | function getfirst: tobject; |
|
This item has no description. | |
| Public | function getlast: tobject; |
|
This item has no description. | |
Properties
| Public | property items[index: integer]: tobject read getitems write setitems; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.