uvw 2.12.1
Loading...
Searching...
No Matches
uvw::FsEventEvent Struct Reference

FsEventEvent event. More...

#include <fs_event.h>

Collaboration diagram for uvw::FsEventEvent:

Public Attributes

const char * filename
 The path to the file being monitored.
 
Flags< details::UVFsEvent > flags
 Detected events all in one.
 

Detailed Description

FsEventEvent event.

It will be emitted by FsEventHandle according with its functionalities.

Definition at line 33 of file fs_event.h.

Member Data Documentation

◆ filename

const char* uvw::FsEventEvent::filename

The path to the file being monitored.

If the handle was started with a directory, the filename parameter will be a relative path to a file contained in the directory.

Definition at line 42 of file fs_event.h.

◆ flags

Flags<details::UVFsEvent> uvw::FsEventEvent::flags

Detected events all in one.

Available flags are:

  • FsEventHandle::Watch::RENAME
  • FsEventHandle::Watch::CHANGE

Definition at line 52 of file fs_event.h.


The documentation for this struct was generated from the following file: