Pyrogenesis
13997
|
Public Member Functions | |
DirWatchRequest (const OsPath &path) | |
~DirWatchRequest () | |
const OsPath & | Path () const |
void | AttachTo (HANDLE &hIOCP) const |
Status | Issue () |
void | RetrieveNotifications (DirWatchNotifications ¬ifications) const |
(call when completion port indicates data is available) More... | |
Private Member Functions | |
NONCOPYABLE (DirWatchRequest) | |
Static Private Member Functions | |
static DirWatchNotification::EType | TypeFromAction (const DWORD action) |
Private Attributes | |
OsPath | m_path |
DirHandle | m_dirHandle |
u8 * | m_data |
OVERLAPPED * | m_ovl |
Static Private Attributes | |
static const size_t | dataSize = 64*KiB |
Definition at line 81 of file wdir_watch.cpp.
|
inline |
Definition at line 85 of file wdir_watch.cpp.
|
inline |
Definition at line 97 of file wdir_watch.cpp.
|
inline |
Definition at line 134 of file wdir_watch.cpp.
|
inline |
Definition at line 140 of file wdir_watch.cpp.
|
private |
|
inline |
Definition at line 129 of file wdir_watch.cpp.
|
inline |
(call when completion port indicates data is available)
Definition at line 159 of file wdir_watch.cpp.
|
inlinestaticprivate |
Definition at line 181 of file wdir_watch.cpp.
|
staticprivate |
Definition at line 209 of file wdir_watch.cpp.
|
private |
Definition at line 216 of file wdir_watch.cpp.
|
private |
Definition at line 203 of file wdir_watch.cpp.
|
private |
Definition at line 224 of file wdir_watch.cpp.
|
private |
Definition at line 202 of file wdir_watch.cpp.