Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions | Public Attributes
mrpt::system::CFileSystemWatcher::TFileSystemChange Struct Reference

Detailed Description

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.
 
bool isDir
 Whether the event happened to a file or a directory.
 
bool eventModified
 
bool eventCloseWrite
 
bool eventDeleted
 
bool eventMovedTo
 
bool eventMovedFrom
 
bool eventCreated
 
bool eventAccessed
 

Constructor & Destructor Documentation

◆ TFileSystemChange()

mrpt::system::CFileSystemWatcher::TFileSystemChange::TFileSystemChange ( )
inline

Definition at line 38 of file CFileSystemWatcher.h.

Member Data Documentation

◆ eventAccessed

bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventAccessed

Definition at line 53 of file CFileSystemWatcher.h.

◆ eventCloseWrite

bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventCloseWrite

Definition at line 48 of file CFileSystemWatcher.h.

◆ eventCreated

bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventCreated

Definition at line 52 of file CFileSystemWatcher.h.

◆ eventDeleted

bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventDeleted

Definition at line 49 of file CFileSystemWatcher.h.

◆ eventModified

bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventModified

Definition at line 47 of file CFileSystemWatcher.h.

◆ eventMovedFrom

bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventMovedFrom

Definition at line 51 of file CFileSystemWatcher.h.

◆ eventMovedTo

bool mrpt::system::CFileSystemWatcher::TFileSystemChange::eventMovedTo

Definition at line 50 of file CFileSystemWatcher.h.

◆ isDir

bool mrpt::system::CFileSystemWatcher::TFileSystemChange::isDir

Whether the event happened to a file or a directory.

Definition at line 46 of file CFileSystemWatcher.h.

◆ path

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.6 for MRPT 1.4.0 SVN: at Wed Mar 22 08:20:48 UTC 2023