122 std::string) =
nullptr);
Header of the libfswatch library functions for filter management.
fsw_filter_type
Event filter type.
Definition: cfilter.h:39
Main namespace of libfswatch.
Definition: event.cpp:24
static std::vector< monitor_filter > read_from_file(const std::string &path, void(*err_handler)(std::string)=nullptr)
Load filters from the specified file.
fsw_filter_type type
Filter type.
Definition: filter.hpp:72
bool extended
Flag indicating whether monitor_filter::text is an extended regular expression.
Definition: filter.hpp:88
bool case_sensitive
Flag indicating whether monitor_filter::text is a case sensitive regular expression.
Definition: filter.hpp:78
monitor_filter { std::string text monitor_filter
Path filters used to accept or reject file change events.
Definition: filter.hpp:67