|
| bool | init () |
| |
| void | destroy () |
| |
| bool | add (const std::filesystem::path &path, tenno::vector< Event > events) |
| |
| bool | add (const tenno::vector< std::filesystem::path > &paths, tenno::vector< Event > events) |
| |
| bool | rm (const std::filesystem::path &path) |
| |
| bool | rm (const tenno::vector< std::filesystem::path > &path) |
| |
| std::optional< std::filesystem::path > | watch () |
| |
Definition at line 29 of file fswatcher.hpp.
◆ Event
| enum brenta::FilesystemWatcher::Event |
◆ ~FilesystemWatcher()
| FilesystemWatcher::~FilesystemWatcher |
( |
| ) |
|
◆ add() [1/2]
| bool FilesystemWatcher::add |
( |
const std::filesystem::path & |
path, |
|
|
tenno::vector< Event > |
events |
|
) |
| |
◆ add() [2/2]
| bool FilesystemWatcher::add |
( |
const tenno::vector< std::filesystem::path > & |
paths, |
|
|
tenno::vector< Event > |
events |
|
) |
| |
◆ destroy()
| void FilesystemWatcher::destroy |
( |
| ) |
|
◆ init()
| bool FilesystemWatcher::init |
( |
| ) |
|
◆ rm() [1/2]
| bool FilesystemWatcher::rm |
( |
const std::filesystem::path & |
path | ) |
|
◆ rm() [2/2]
| bool FilesystemWatcher::rm |
( |
const tenno::vector< std::filesystem::path > & |
path | ) |
|
◆ watch()
| std::optional< std::filesystem::path > FilesystemWatcher::watch |
( |
| ) |
|
The documentation for this class was generated from the following files: