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

TMinNode

Minimal list entry without any type or name.

Declaration

Source position: exec.pas line 113

type TMinNode = record

  mln_Succ: PMinNode;

  

Pointer next node of the list.

  mln_Pred: PMinNode;

  

Pointer previous node of the list.

end;

See also

tNode

  

List node structure, Each member in a list starts with a node.


Documentation generated on: 2017-01-10