fswatch
1.14.0
|
Header of the fsw::monitor class. More...
#include "filter.hpp"
#include <vector>
#include <string>
#include <mutex>
#include <atomic>
#include <chrono>
#include <map>
#include "event.hpp"
#include "../c/cmonitor.h"
Go to the source code of this file.
Classes | |
class | fsw::monitor |
Base class of all monitors. More... | |
Namespaces | |
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>
.