Linderdaum Engine: clFileWatchHandle Class Reference
Updated: Sun Feb 5 2012 22:59:50
clFileWatchHandle Class Reference

Object containing information about File watch process. More...

#include <FileSystem.h>

List of all members.

Public Member Functions

 clFileWatchHandle ()
virtual ~clFileWatchHandle ()

Public Attributes

LString FFileName
iObjectFHandler
 Actual EVENT_CHANGED handler.
int FHandleIndex
 Index.
bool FTryLoopRunning
 Is the OpenTry loop is already running (prevent multiple change events)

Detailed Description

Object containing information about File watch process.

Contains file name being watched, optional callback routine and associated internal OS handles. On Win32 we do not use ReadDirectoryChanges API, so we manually check each file.


Constructor & Destructor Documentation

clFileWatchHandle::clFileWatchHandle ( )
virtual clFileWatchHandle::~clFileWatchHandle ( ) [inline, virtual]

Member Data Documentation

Actual EVENT_CHANGED handler.

Is the OpenTry loop is already running (prevent multiple change events)


The documentation for this class was generated from the following files: