libcommonc++
0.7
|
This is the complete list of members for DirectoryWatcher, including all inherited members.
cleanup() | Thread | protectedvirtual |
currentThread() | Thread | static |
currentThreadID() | Thread | static |
DirectoryWatcher(const String &directory) | DirectoryWatcher | protected |
exit() | Thread | protectedstatic |
fileCreated(const String &path)=0 | DirectoryWatcher | protectedpure virtual |
fileDeleted(const String &path)=0 | DirectoryWatcher | protectedpure virtual |
fileModified(const String &path)=0 | DirectoryWatcher | protectedpure virtual |
fileRenamed(const String &oldPath, const String &newPath)=0 | DirectoryWatcher | protectedpure virtual |
getName() const | Thread | inline |
getPriority() const | Thread | |
init() | DirectoryWatcher | |
isDetached() const | Thread | inline |
isRunning() const | Thread | |
join() | Thread | |
run() | DirectoryWatcher | protectedvirtual |
setName(const String &name) | Thread | inline |
setPriority(Priority priority) | Thread | |
sleep(timespan_ms_t msec) | Thread | static |
start() | Thread | virtual |
stop() | Thread | virtual |
testCancel() | Thread | protected |
Thread(bool detached=false, size_t stackSize=0) | Thread | |
Thread(Runnable *runnable, bool detached=false, size_t stackSize=0) | Thread | |
trySleep(timespan_ms_t msec) | Thread | protected |
yield() | Thread | protected |
~DirectoryWatcher() | DirectoryWatcher | virtual |
~Runnable() | Runnable | inlinevirtual |
~Thread() | Thread | virtual |