|
MRPT
2.0.3
|
Each of the changes detected by utils::CFileSystemWatcher.
Definition at line 32 of file CFileSystemWatcher.h.
#include <mrpt/system/CFileSystemWatcher.h>
Public Member Functions | |
| TFileSystemChange ()=default | |
Public Attributes | |
| std::string | path {} |
| Complete path of the file/directory that has changed. More... | |
| bool | isDir {false} |
| Whether the event happened to a file or a directory. More... | |
| bool | eventModified {false} |
| bool | eventCloseWrite {false} |
| bool | eventDeleted {false} |
| bool | eventMovedTo {false} |
| bool | eventMovedFrom {false} |
| bool | eventCreated {false} |
| bool | eventAccessed {false} |
|
default |
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventAccessed {false} |
Definition at line 45 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges().
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventCloseWrite {false} |
Definition at line 40 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges().
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventCreated {false} |
Definition at line 44 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges(), and mrpt::system::CFileSystemWatcher::thread_win32_watch().
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventDeleted {false} |
Definition at line 41 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges(), and mrpt::system::CFileSystemWatcher::thread_win32_watch().
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventModified {false} |
Definition at line 39 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges(), and mrpt::system::CFileSystemWatcher::thread_win32_watch().
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventMovedFrom {false} |
Definition at line 43 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges(), and mrpt::system::CFileSystemWatcher::thread_win32_watch().
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventMovedTo {false} |
Definition at line 42 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges(), and mrpt::system::CFileSystemWatcher::thread_win32_watch().
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::isDir {false} |
Whether the event happened to a file or a directory.
Definition at line 38 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges(), and mrpt::system::CFileSystemWatcher::thread_win32_watch().
| std::string mrpt::system::CFileSystemWatcher::TFileSystemChange::path {} |
Complete path of the file/directory that has changed.
Definition at line 36 of file CFileSystemWatcher.h.
Referenced by mrpt::system::CFileSystemWatcher::getChanges(), and mrpt::system::CFileSystemWatcher::thread_win32_watch().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.3 Git: 8e9e8af54 Wed May 13 17:41:24 2020 +0200 at miƩ may 13 17:55:54 CEST 2020 |