Notifies on file events by calling the appropriate callback, the callback is executed on the backend worker thread.
More...
#include <StreamSink.h>
|
std::function< void(fs::path const &file_path)> | before_open |
|
std::function< void(fs::path const &file_path, FILE *f)> | after_open |
|
std::function< void(fs::path const &file_path, FILE *f)> | before_close |
|
std::function< void(fs::path const &file_path)> | after_close |
|
std::function< std::string(std::string_view message)> | before_write |
|
Notifies on file events by calling the appropriate callback, the callback is executed on the backend worker thread.
The documentation for this struct was generated from the following file: