MRPT logo

mrpt::system::CFileSystemWatcher::CFileSystemWatcher::TFileSystemChange Struct Reference

Each of the changes detected by utils::CFileSystemWatcher. More...

#include <mrpt/system/CFileSystemWatcher.h>

List of all members.

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


Detailed Description

Each of the changes detected by utils::CFileSystemWatcher.

Definition at line 52 of file CFileSystemWatcher.h.


Member Data Documentation

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

Definition at line 57 of file CFileSystemWatcher.h.

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

Definition at line 61 of file CFileSystemWatcher.h.

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

Definition at line 58 of file CFileSystemWatcher.h.

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

Definition at line 56 of file CFileSystemWatcher.h.

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

Definition at line 60 of file CFileSystemWatcher.h.

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

Definition at line 59 of file CFileSystemWatcher.h.

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

Whether the event happened to a file or a directory.

Definition at line 55 of file CFileSystemWatcher.h.

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

Complete path of the file/directory that has changed.

Definition at line 54 of file CFileSystemWatcher.h.




Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:14:51 EST 2009