|
Nebula
|
#include <linuxfilewatcher.h>
Public Attributes | |
| bool | recursive |
| int | inotifyFd = -1 |
| Util::String | rootPath |
| Util::Dictionary< int, Util::String > | wdToRelativePath |
| HANDLE | dirHandle |
| OVERLAPPED | overlapped |
| DWORD | notifyFilter |
| BYTE | buffer [16 *1024] |
| BYTE IO::FileWatcherPlatform::buffer[16 *1024] |
| HANDLE IO::FileWatcherPlatform::dirHandle |
| int IO::FileWatcherPlatform::inotifyFd = -1 |
| DWORD IO::FileWatcherPlatform::notifyFilter |
| OVERLAPPED IO::FileWatcherPlatform::overlapped |
| bool IO::FileWatcherPlatform::recursive |
| Util::String IO::FileWatcherPlatform::rootPath |
| Util::Dictionary<int, Util::String> IO::FileWatcherPlatform::wdToRelativePath |