public nothrow | DirectoryChangeNotifier() |
public | DirectoryChangeNotifier(DirectoryChangeNotifier&& that) |
public suppress | DirectoryChangeNotifier(const DirectoryChangeNotifier&) |
public nothrow | DirectoryChangeNotifier(void* notificationHandle_, const String<char>& directoryPath_) |
public | ~DirectoryChangeNotifier() |
public void | CancelWait() |
public void | WaitAndCallWhenDirectoryChanged(DirectoryChangedFunction callback) |
public void | WaitAndCallWhenDirectoryChanged(DirectoryChangedMethod callback) |
public bool | WaitUntilDirectoryChangedOrWaitCanceled() |
public suppress void | operator=(const DirectoryChangeNotifier&) |
String<char> | directoryPath |
bool | firstTime |
void* | notificationHandle |
void* | waitCanceledEventHandle |
bool | waiting |