|
| maskName (uint32_t aBits, const std::string &aName) |
|
|
const uint32_t | bits |
|
const std::string | name |
|
Definition at line 66 of file inotify_watch.cpp.
◆ maskName()
maskName::maskName |
( |
uint32_t |
aBits, |
|
|
const std::string & |
aName |
|
) |
| |
|
inlineprivate |
◆ addToRange()
◆ maskFromList()
◆ maskNames()
static const std::array<maskName,16> maskName::maskNames |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 70 of file inotify_watch.cpp.
71 static const std::array<maskName,16> maskNamesArray {{{IN_ACCESS,
"IN_ACCESS"},
72 {IN_ATTRIB,
"IN_ATTRIB"},
73 {IN_CLOSE_WRITE,
"IN_CLOSE_WRITE"},
74 {IN_CLOSE_NOWRITE,
"IN_CLOSE_NOWRITE"},
75 {IN_CREATE,
"IN_CREATE"},
76 {IN_DELETE,
"IN_DELETE"},
77 {IN_DELETE_SELF,
"IN_DELETE_SELF"},
78 {IN_MODIFY,
"IN_MODIFY"},
79 {IN_MOVE_SELF,
"IN_MOVE_SELF"},
80 {IN_MOVED_FROM,
"IN_MOVED_FROM"},
81 {IN_MOVED_TO,
"IN_MOVED_TO"},
83 {IN_IGNORED,
"IN_IGNORED"},
84 {IN_ISDIR,
"IN_ISDIR"},
85 {IN_Q_OVERFLOW,
"IN_Q_OVERFLOW"},
86 {IN_UNMOUNT,
"IN_UNMOUNT"}
88 return(maskNamesArray);
Referenced by addToRange(), maskFromList(), and print().
◆ print()
static void maskName::print |
( |
std::ostream & |
out, |
|
|
uint32_t |
mask |
|
) |
| |
|
inlinestatic |
◆ bits
const uint32_t maskName::bits |
|
private |
◆ name
const std::string maskName::name |
|
private |
The documentation for this class was generated from the following file: