Unit 'Exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

TAVLNode

Declaration

Source position: exec.pas line 1197

type TAVLNode = record

  avl_link: array [0..1] of PAVLNode;

  

  avl_parent: PAVLNode;

  

  avl_balance: LongInt;

  

end;


Documentation generated on: 2021-07-30