[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

PList

Pointer to List structure

Declaration

Source position: exec.pas line 160

type PList = ^TList;

Description

Exec system lists, which are used to link various things. Exec provides several routines to handle list processing, so you can use these routines to save yourself the trouble of writing a list package.

See also

AddHead

  

Insert a node at the head of a list

AddTail

  

Append node to tail of a list

RemHead

  

Remove the head node from a list

RemTail

  

Remove the tail node from a list

Remove

  

Remove a node from a list

Enqueue

  

Insert or append node to a system list

Exec.ExecInsert

  

Insert a node into a list

FindName

  

Find a node in a system list by name

IsListEmpty

  

Check if a list is empty


Documentation generated on: 2017-01-10