|
fswatch 1.17.1
|
Header of the fsw::monitor class. More...
#include "libfswatch/libfswatch_config.h"#include "filter.hpp"#include <vector>#include <string>#include <mutex>#include <atomic>#include <chrono>#include <map>#include "event.hpp"#include "libfswatch/c/cmonitor.h"Go to the source code of this file.
Classes | |
| class | fsw::monitor |
| Base class of all monitors. More... | |
Namespaces | |
| namespace | fsw |
Main namespace of libfswatch. | |
Typedefs | |
| typedef void | fsw::FSW_EVENT_CALLBACK(const std::vector< event > &, void *) |
| Function definition of an event callback. More... | |
Header of the fsw::monitor class.
This header file defines the fsw::monitor class, the base type of a libfswatch monitor and fundamental type of the C++ API.
If HAVE_CXX_MUTEX is defined, this header includes <mutex>.