proxygen
|
#include <FilePoller.h>
Public Member Functions | |
FileModificationData () | |
FileModificationData (bool fileExists, time_t modificationTime) | |
Public Attributes | |
bool | exists {false} |
time_t | modTime {0} |
Definition at line 43 of file FilePoller.h.
|
inline |
Definition at line 44 of file FilePoller.h.
|
inline |
Definition at line 45 of file FilePoller.h.
bool wangle::FilePoller::FileModificationData::exists {false} |
Definition at line 47 of file FilePoller.h.
Referenced by wangle::FilePoller::fileTouchedCondInternal(), and wangle::FilePoller::fileTouchedWithinCondInternal().
time_t wangle::FilePoller::FileModificationData::modTime {0} |
Definition at line 48 of file FilePoller.h.
Referenced by wangle::FilePoller::fileTouchedCondInternal(), and wangle::FilePoller::fileTouchedWithinCondInternal().