Abstract class to use event loop notifications (see SC::FileSystemWatcherAsync). More...
#include <FileSystemWatcher.h>
Protected Member Functions | |
| virtual Result | windowsStartFolderFilePoll (FolderWatcher &watcher, void *handle)=0 |
| virtual Result | windowsStopFolderFilePoll (FolderWatcher &watcher)=0 |
| virtual void * | windowsGetOverlapped (FolderWatcher &watcher)=0 |
| void | internalInit (FileSystemWatcher &fsWatcher, int handle) |
Protected Attributes | |
| FileSystemWatcher * | fileSystemWatcher = nullptr |
Friends | |
| struct | Internal |
Abstract class to use event loop notifications (see SC::FileSystemWatcherAsync).