Class tlinklist

Unit

Declaration

type tlinklist = class(tobject)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fdata: pointer;
Protected fheadersize: integer;
Protected fitemsize: integer;

Methods

Protected function getheadersize: integer; virtual;
Protected procedure grow;
Protected function add(out aoffset: ptruint): pointer;
Protected procedure delete(const aoffset: ptruint);
Public constructor create(const adatasize: integer);
Public destructor destroy; override;
Public procedure clear;

Properties

Public property count: integer read fcount;
Public property capacity: integer read getcapacity write setcapacity;

Description

Fields

Protected fdata: pointer;

This item has no description.

Protected fheadersize: integer;

This item has no description.

Protected fitemsize: integer;

This item has no description.

Methods

Protected function getheadersize: integer; virtual;

This item has no description.

Protected procedure grow;

This item has no description.

Protected function add(out aoffset: ptruint): pointer;

This item has no description.

Protected procedure delete(const aoffset: ptruint);

This item has no description.

Public constructor create(const adatasize: integer);

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure clear;

This item has no description.

Properties

Public property count: integer read fcount;

This item has no description.

Public property capacity: integer read getcapacity write setcapacity;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.