creaImageIO_lib
|
Represents the list of currently removed files. More...
#include <creaImageIOSynchron.h>
Public Member Functions | |
RemoveList (CppSQLite3Query &res) | |
Ctor. More... | |
Public Attributes | |
std::string | key |
Key to be added into the database. More... | |
std::string | path |
Path of the remove file. More... | |
std::string | remove |
Defines if the file was removed or not. More... | |
std::string | time |
Time of the last change of the file. More... | |
Represents the list of currently removed files.
Definition at line 66 of file creaImageIOSynchron.h.
|
inline |
std::string creaImageIO::RemoveList::key |
Key to be added into the database.
Definition at line 70 of file creaImageIOSynchron.h.
std::string creaImageIO::RemoveList::path |
Path of the remove file.
Definition at line 72 of file creaImageIOSynchron.h.
std::string creaImageIO::RemoveList::remove |
Defines if the file was removed or not.
Definition at line 74 of file creaImageIOSynchron.h.
Referenced by creaImageIO::Synchronizer::GetIgnoreList().
std::string creaImageIO::RemoveList::time |
Time of the last change of the file.
Definition at line 76 of file creaImageIOSynchron.h.