Public Member Functions | |
FileWatcher () | |
FileWatcher (const std::string &p) | |
void | setPath (const std::string &p) |
bool | isModified () |
std::time_t | get_time () |
void | update () |
Protected Attributes | |
boost::filesystem::path | _path |
std::time_t | _last_time |
Definition at line 7 of file FileWatcher.h.
|
inline |
Definition at line 9 of file FileWatcher.h.
|
inline |
|
inline |
Definition at line 17 of file FileWatcher.h.
References _path, and allTimeWatchdog::endl.
Referenced by isModified(), and update().
|
inline |
Definition at line 15 of file FileWatcher.h.
References _last_time, and get_time().
Referenced by novaddt::ChannelMapMaker::analyze(), novaddt::HotMapMaker::analyze(), and novaddt::StaticMapService::preProcessEvent().
|
inline |
Definition at line 13 of file FileWatcher.h.
References _path, and update().
Referenced by FileWatcher().
|
inline |
Definition at line 27 of file FileWatcher.h.
References _last_time, and get_time().
Referenced by novaddt::ChannelMapMaker::analyze(), novaddt::HotMapMaker::analyze(), novaddt::StaticMapService::preProcessEvent(), and setPath().
|
protected |
Definition at line 30 of file FileWatcher.h.
Referenced by isModified(), and update().
|
protected |
Definition at line 29 of file FileWatcher.h.
Referenced by get_time(), and setPath().