Class tlockedobjectqueue

Unit

Declaration

type tlockedobjectqueue = class(tobjectqueue)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure lock;
Protected procedure unlock;
Protected procedure setcapacity(Value: integer); override;
Public constructor create(aownsobjects: boolean);
Public destructor destroy; override;
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

Methods

Protected procedure lock;

This item has no description.

Protected procedure unlock;

This item has no description.

Protected procedure setcapacity(Value: integer); override;

This item has no description.

Public constructor create(aownsobjects: boolean);

This item has no description.

Public destructor destroy; override;

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.