文件变更回调选项类
更多...
#include <FileNotifier.h>
|
virtual | ~FileNotifyOption ()=default |
|
virtual void | onCreate (std::string_view name)=0 |
| 创建文件
|
|
virtual void | onMove (std::string_view src_name, std::string_view dst_name)=0 |
| 移动文件
|
|
virtual void | onModify (std::string_view name)=0 |
| 修改文件
|
|
virtual void | onDelete (std::string_view name)=0 |
| 删除文件
|
|
◆ ~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 |
该结构体的文档由以下文件生成: