Main MRPT website > C++ reference for MRPT 1.5.6
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 33 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
 

Constructor & Destructor Documentation

◆ TFileSystemChange()

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

Definition at line 35 of file CFileSystemWatcher.h.

Member Data Documentation

◆ eventAccessed

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

Definition at line 50 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().

◆ eventCloseWrite

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

Definition at line 45 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().

◆ eventCreated

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

Definition at line 49 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().

◆ eventDeleted

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

Definition at line 46 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().

◆ eventModified

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

Definition at line 44 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().

◆ eventMovedFrom

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

Definition at line 48 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().

◆ eventMovedTo

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

Definition at line 47 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().

◆ isDir

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

Whether the event happened to a file or a directory.

Definition at line 43 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().

◆ path

std::string mrpt::system::CFileSystemWatcher::TFileSystemChange::path

Complete path of the file/directory that has changed.

Definition at line 42 of file CFileSystemWatcher.h.

Referenced by mrpt::system::CFileSystemWatcher::getChanges().




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019