#include <FileEventWatcher.hpp>
Inheritance diagram for H::FileWatchee:


Public Member Functions | |
| FileWatchee () | |
| Default Constructor. | |
| FileWatchee (std::string fileName, FileWatchType watchType, short events, int fileDescriptor, int watchDescriptor, std::string deviceName, int deviceIDBusType, int deviceIDVendor, int deviceIDProduct, int deviceIDVersion) | |
| Init Constructor. | |
| virtual | ~FileWatchee () |
| Destructor. | |
Public Attributes | |
| FileDeviceType | DeviceType |
| Type of the device. | |
| short | Events |
| Raw event flag bitmask. | |
| int | fd |
| File Descriptor of the opened file (poll). | |
| FileWatchType | WatchType |
| Method to watch the file with. | |
| int | wd |
| Watch descriptor of the device (inotify). | |
1.4.7