My Project
|
Public Types | |
enum | event_type { null = 0, added = 1, removed = 2, modified = 3, renamed_old_name = 4, renamed_new_name = 5, recursive_rescan = 6 } |
Public Member Functions | |
dir_monitor_event (const boost::filesystem::path &p, event_type t) | |
const char * | type_cstr () const |
Public Attributes | |
boost::filesystem::path | path |
event_type | type |