Unravel Engine C++ Reference
|
This is the complete list of members for fs::watcher::impl, including all inherited members.
buffered_changes_ | fs::watcher::impl | protected |
callback_ | fs::watcher::impl | protected |
check_for_removed(std::vector< watcher::entry > &entries, Container &container) | fs::watcher::impl | inlinestatic |
check_if_parent_dir_was_renamed(const std::vector< size_t > &renamed_dirs, const std::vector< watcher::entry > &entries, entry &e) -> bool | fs::watcher::impl | inlinestatic |
check_if_renamed(entry &e, Container &container) -> bool | fs::watcher::impl | inlinestatic |
check_if_same_extension(const fs::path &p1, const fs::path &p2) -> bool | fs::watcher::impl | inlinestatic |
entries_ | fs::watcher::impl | protected |
filter_ | fs::watcher::impl | protected |
get_original_path(const fs::path &old_path, const fs::path &renamed_path, const fs::path &new_path) -> fs::path | fs::watcher::impl | inlinestatic |
impl(const fs::path &path, const pattern_filter &filter, bool recursive, bool initial_list, clock_t::duration poll_interval, notify_callback list_callback) | fs::watcher::impl | inline |
last_poll_ | fs::watcher::impl | protected |
pause() | fs::watcher::impl | inline |
paused_ | fs::watcher::impl | protected |
poll_entry(const fs::path &path, observed_changes &changes) | fs::watcher::impl | inline |
poll_interval_ | fs::watcher::impl | protected |
process_modifications(Container &old_entries, observed_changes &changes) | fs::watcher::impl | inlinestatic |
recursive_ | fs::watcher::impl | protected |
resume() | fs::watcher::impl | inline |
root_ | fs::watcher::impl | protected |
watch() | fs::watcher::impl | inline |
watcher class | fs::watcher::impl | friend |