userver: engine::io::sys_linux::Event Struct Reference
Loading...
Searching...
No Matches
engine::io::sys_linux::Event Struct Reference

#include <userver/engine/io/sys_linux/inotify.hpp>

Detailed Description

Notification event.

Definition at line 51 of file inotify.hpp.

Public Member Functions

bool operator== (const Event &other) const
 

Public Attributes

std::string path
 
EventTypeMask mask
 

Member Function Documentation

◆ operator==()

bool engine::io::sys_linux::Event::operator== ( const Event & other) const
inline

Definition at line 55 of file inotify.hpp.

Member Data Documentation

◆ mask

EventTypeMask engine::io::sys_linux::Event::mask

Definition at line 53 of file inotify.hpp.

◆ path

std::string engine::io::sys_linux::Event::path

Definition at line 52 of file inotify.hpp.


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