Unravel Engine C++ Reference
|
This is the complete list of members for fs::watcher, including all inherited members.
clock_t typedef | fs::watcher | |
close() | fs::watcher | protected |
created enum value | fs::watcher | |
cv_ | fs::watcher | protected |
entry_status enum name | fs::watcher | |
modified enum value | fs::watcher | |
mutex_ | fs::watcher | protected |
notify_callback typedef | fs::watcher | |
pause() | fs::watcher | static |
removed enum value | fs::watcher | |
renamed enum value | fs::watcher | |
resume() | fs::watcher | static |
start() | fs::watcher | protected |
thread_ | fs::watcher | protected |
touch(const fs::path &path, bool recursive, fs::file_time_type time=fs::now()) | fs::watcher | static |
unmodified enum value | fs::watcher | |
unwatch(std::uint64_t key) | fs::watcher | static |
unwatch_all() | fs::watcher | static |
unwatch_all_impl() | fs::watcher | protectedstatic |
unwatch_impl(std::uint64_t key) | fs::watcher | protectedstatic |
watch(const fs::path &path, const pattern_filter &filter, bool recursive, bool initial_list, clock_t::duration poll_interval, notify_callback callback) -> std::uint64_t | fs::watcher | static |
watch(const fs::path &path, const std::string &filter_pattern, bool recursive, bool initial_list, clock_t::duration poll_interval, notify_callback callback) -> std::uint64_t | fs::watcher | static |
watch_impl(const fs::path &path, const pattern_filter &filter, bool recursive, bool initial_list, clock_t::duration poll_interval, notify_callback &list_callback) -> std::uint64_t | fs::watcher | protectedstatic |
watcher()=default | fs::watcher | |
watchers_ | fs::watcher | protected |
watching_ | fs::watcher | protected |
~watcher() | fs::watcher |