Static Public Attributes |
static const unsigned int | FAM_ACCESS = 0x00000001 |
| File was accessed.
|
static const unsigned int | FAM_MODIFY = 0x00000002 |
| File was modified.
|
static const unsigned int | FAM_ATTRIB = 0x00000004 |
| Metadata changed.
|
static const unsigned int | FAM_CLOSE_WRITE = 0x00000008 |
| Writtable file was closed.
|
static const unsigned int | FAM_CLOSE_NOWRITE = 0x00000010 |
| Unwrittable file closed.
|
static const unsigned int | FAM_CLOSE = (FAM_CLOSE_WRITE | FAM_CLOSE_NOWRITE) |
| Close.
|
static const unsigned int | FAM_OPEN = 0x00000020 |
| File was opened.
|
static const unsigned int | FAM_MOVED_FROM = 0x00000040 |
| File was moved from X.
|
static const unsigned int | FAM_MOVED_TO = 0x00000080 |
| File was moved to Y.
|
static const unsigned int | FAM_MOVE = (FAM_MOVED_FROM | FAM_MOVED_TO) |
| Moves.
|
static const unsigned int | FAM_CREATE = 0x00000100 |
| Subfile was created.
|
static const unsigned int | FAM_DELETE = 0x00000200 |
| Subfile was deleted.
|
static const unsigned int | FAM_DELETE_SELF = 0x00000400 |
| Self was deleted.
|
static const unsigned int | FAM_MOVE_SELF = 0x00000800 |
| Self was moved.
|
static const unsigned int | FAM_UNMOUNT = 0x00002000 |
| Backing fs was unmounted.
|
static const unsigned int | FAM_Q_OVERFLOW = 0x00004000 |
| Event queued overflowed.
|
static const unsigned int | FAM_IGNORED = 0x00008000 |
| File was ignored.
|
static const unsigned int | FAM_ONLYDIR = 0x01000000 |
| Only watch the path if it is a directory.
|
static const unsigned int | FAM_DONT_FOLLOW = 0x02000000 |
| Do not follow a sym link.
|
static const unsigned int | FAM_MASK_ADD = 0x20000000 |
| Add to the mask of an already existing watch.
|
static const unsigned int | FAM_ISDIR = 0x40000000 |
| Event occurred against dir.
|
static const unsigned int | FAM_ONESHOT = 0x80000000 |
| Only send event once.
|
static const unsigned int | FAM_ALL_EVENTS |
| All events which a program can wait on.
|
File Alteration Monitor Listener.
Listener called by FileAlterationMonitor for events.
- Author
- Tim Niemueller
Definition at line 35 of file fam.h.