#include <pfilemon.h>
Public Types | |
| enum | type_t { None, Changed, Created, Deleted } |
| Change-event type. More... | |
Public Member Functions | |
| Event () | |
| Event (type_t t, const char *path) | |
| Event (const Event &e) | |
| ~Event () | |
| type_t | type () const |
| const std::string & | path () const |
| Event & | operator= (const Event &e) |
Friends | |
| class | FileMonitor |
Definition at line 49 of file pfilemon.h.
|
|
Change-event type.
Definition at line 54 of file pfilemon.h. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 69 of file pfilemon.h. |
|
|
Definition at line 66 of file pfilemon.h. |
|
|
Definition at line 50 of file pfilemon.h. |
1.3.3