TThreadLinkedObjList

From Ultibo.org
Jump to: navigation, search

Return to Unit UltiboClasses


Description


To be documented

Class definitions



TThreadLinkedObjList = class(TLinkedList)

Note: TLinkedList with Auto Free of List Objects

Thread Safe Linked List which Frees all nodes on Destroy

 
constructor Create;  
destructor Destroy; override;  
private
FLock:TRTLCriticalSection;  
public
procedure ClearList;  
 
procedure LockList;  
procedure UnlockList;  


Function declarations



constructor TThreadLinkedObjList.Create;
Description: To be documented
Note None documented


destructor TThreadLinkedObjList.Destroy;
Description: To be documented
Note None documented


procedure TThreadLinkedObjList.ClearList;
Description: To be documented
Note None documented


procedure TThreadLinkedObjList.LockList;
Description: To be documented
Note None documented


procedure TThreadLinkedObjList.UnlockList;
Description: To be documented
Note None documented


Return to Unit Reference