Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

RemHead

Remove the head node from a list

Declaration

Source position: exec.pas line 1885

function RemHead(

  list: PList

):PNode;

Arguments

list

  

A pointer to the list

Function result

The node removed or nil when empty list

Description

Get a pointer to the head node and remove it from the list.

See also

AddTail

  

Append node to tail of a list

AddHead

  

Insert a node at the head of a list

Enqueue

  

Insert or append node to a system list

Exec.ExecInsert

  

Insert a node into a list

Remove

  

Remove a node from a list

RemTail

  

Remove the tail node from a list


Documentation generated on: 2021-07-30