|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 file_watcher,包括所有继承而来的类成员
| current_events() const noexcept | file_watcher | inline |
| file_watcher(path watch_path, bool recursive=false) | file_watcher | explicit |
| is_recursive() const noexcept | file_watcher | inline |
| is_watching() const noexcept | file_watcher | inline |
| start(callback_t callback, file_watch_event events=file_watch_event::ALL) | file_watcher | |
| stop() | file_watcher | |
| update_recursive(bool recursive) | file_watcher | |
| update_watch(file_watch_event events) | file_watcher | |
| watch_path() const noexcept | file_watcher | inline |
| ~file_watcher() | file_watcher |