Each of the changes detected by utils::CFileSystemWatcher.
Definition at line 36 of file CFileSystemWatcher.h.
#include <mrpt/system/CFileSystemWatcher.h>
Public Member Functions | |
| TFileSystemChange () | |
Public Attributes | |
| std::string | path |
| Complete path of the file/directory that has changed. More... | |
| bool | isDir |
| Whether the event happened to a file or a directory. More... | |
| bool | eventModified |
| bool | eventCloseWrite |
| bool | eventDeleted |
| bool | eventMovedTo |
| bool | eventMovedFrom |
| bool | eventCreated |
| bool | eventAccessed |
|
inline |
Definition at line 38 of file CFileSystemWatcher.h.
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventAccessed |
Definition at line 53 of file CFileSystemWatcher.h.
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventCloseWrite |
Definition at line 48 of file CFileSystemWatcher.h.
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventCreated |
Definition at line 52 of file CFileSystemWatcher.h.
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventDeleted |
Definition at line 49 of file CFileSystemWatcher.h.
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventModified |
Definition at line 47 of file CFileSystemWatcher.h.
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventMovedFrom |
Definition at line 51 of file CFileSystemWatcher.h.
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventMovedTo |
Definition at line 50 of file CFileSystemWatcher.h.
| bool mrpt::system::CFileSystemWatcher::TFileSystemChange::isDir |
Whether the event happened to a file or a directory.
Definition at line 46 of file CFileSystemWatcher.h.
| std::string mrpt::system::CFileSystemWatcher::TFileSystemChange::path |
Complete path of the file/directory that has changed.
Definition at line 45 of file CFileSystemWatcher.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Fri Sep 3 01:11:30 UTC 2021 |