Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::FileSystemWatcher::EventLoopRunner Struct Referenceabstract

Abstract class to use event loop notifications (see SC::FileSystemWatcherAsync). More...

#include <FileSystemWatcher.h>

Inheritance diagram for SC::FileSystemWatcher::EventLoopRunner:
SC::FileSystemWatcherAsync

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

FileSystemWatcherfileSystemWatcher = nullptr
 

Friends

struct Internal
 

Detailed Description

Abstract class to use event loop notifications (see SC::FileSystemWatcherAsync).


The documentation for this struct was generated from the following file: