File Change Callback Option Class.
More...
#include <FileNotifier.h>
|
virtual | ~FileNotifyOption ()=default |
|
virtual void | onCreate (std::string_view name)=0 |
| Create file.
|
|
virtual void | onMove (std::string_view src_name, std::string_view dst_name)=0 |
| Move file.
|
|
virtual void | onModify (std::string_view name)=0 |
| Modify file.
|
|
virtual void | onDelete (std::string_view name)=0 |
| Delete file.
|
|
File Change Callback Option Class.
◆ ~FileNotifyOption()
virtual sese::system::FileNotifyOption::~FileNotifyOption |
( |
| ) |
|
|
virtualdefault |
◆ onCreate()
virtual void sese::system::FileNotifyOption::onCreate |
( |
std::string_view | name | ) |
|
|
pure virtual |
◆ onDelete()
virtual void sese::system::FileNotifyOption::onDelete |
( |
std::string_view | name | ) |
|
|
pure virtual |
◆ onModify()
virtual void sese::system::FileNotifyOption::onModify |
( |
std::string_view | name | ) |
|
|
pure virtual |
◆ onMove()
virtual void sese::system::FileNotifyOption::onMove |
( |
std::string_view | src_name, |
|
|
std::string_view | dst_name ) |
|
pure virtual |
The documentation for this struct was generated from the following file: