25 #ifndef FSW_WINDOWS_HANDLE_H
26 # define FSW_WINDOWS_HANDLE_H
49 static bool is_valid(
const HANDLE & handle);
74 operator HANDLE()
const;
Main namespace of libfswatch.
Definition: event.cpp:23
win_handle()
Constructs an instance wrapping INVALID_HANDLE_VALUE.
virtual ~win_handle()
Destructs a handle.
A RAII wrapper around Microsoft Windows HANDLE.
Definition: win_handle.hpp:37
win_handle & operator=(const win_handle &)=delete
Deleted copy assignment operator.
bool is_valid() const
Checks whether the handle is valid.