My Project
Public Types | Public Member Functions | Public Attributes | List of all members
boost::asio::dir_monitor_event Struct Reference

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
 

Member Enumeration Documentation

§ event_type

Enumerator
recursive_rescan 

In some cases a recursive scan of directory under dirname is required.


The documentation for this struct was generated from the following file: