#include <inotify-cxx.h>
Public Member Functions | |
InotifyWatch (const std::string &rPath, int32_t uMask) | |
Constructor. | |
~InotifyWatch () | |
Destructor. | |
int32_t | GetDescriptor () const |
Returns the watch descriptor. | |
const std::string & | GetPath () const |
Returns the watched file path. | |
uint32_t | GetMask () const |
Returns the watch event mask. | |
Inotify * | GetInotify () |
Returns the appropriate inotify class instance. | |
Friends | |
class | Inotify |
|
Constructor. Creates an inotify watch. Because this watch is inactive it has an invalid descriptor (-1).
|
|
Destructor.
|
|
Returns the watch descriptor.
|
|
Returns the appropriate inotify class instance.
|
|
Returns the watch event mask.
|
|
Returns the watched file path.
|
|
|