TFileSysListEx

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



TFileSysListEx = class(TLinkedObjList)

constructor Create(ALock:TSynchronizerHandle);  
destructor Destroy; override;  
private
FLock:TSynchronizerHandle;  
public
procedure ClearList;  
 
function ReaderLock:Boolean;  
function ReaderUnlock:Boolean;  
function ReaderConvert:Boolean;  
function WriterLock:Boolean;  
function WriterUnlock:Boolean;  
function WriterConvert:Boolean;  


Function declarations



constructor TFileSysListEx.Create(ALock:TSynchronizerHandle);
Description: To be documented
Note None documented


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


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


function TFileSysListEx.ReaderLock:Boolean;
Description: To be documented
Note None documented


function TFileSysListEx.ReaderUnlock:Boolean;
Description: To be documented
Note None documented


function TFileSysListEx.ReaderConvert:Boolean;
Description: Convert a Reader lock to a Writer lock
Note None documented


function TFileSysListEx.WriterLock:Boolean;
Description: To be documented
Note None documented


function TFileSysListEx.WriterUnlock:Boolean;
Description: To be documented
Note None documented


function TFileSysListEx.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock
Note None documented


Return to Unit Reference