|
| InotifyEvent (int wd, unsigned long mask, const std::string &name) |
|
Definition at line 22 of file Inotify.h.
◆ InotifyEvent() [1/2]
Definition at line 27 of file Inotify.h.
28 : m_wd(-1), m_mask(-1), m_name() {}
◆ ~InotifyEvent()
◆ InotifyEvent() [2/2]
InotifyEvent |
( |
int |
wd, |
|
|
unsigned long |
mask, |
|
|
const std::string & |
name |
|
) |
| |
|
inlineprivate |
Definition at line 32 of file Inotify.h.
33 : m_wd(wd), m_mask(mask), m_name(name) {}
◆ get_wd()
◆ getMask()
unsigned long getMask |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string & getName |
( |
| ) |
const |
|
inline |
◆ Inotify
◆ m_mask
◆ m_name
◆ m_wd
The documentation for this class was generated from the following file: