creaImageIO_lib
creaImageIO::RemoveList Class Reference

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...
 

Detailed Description

Represents the list of currently removed files.

Definition at line 66 of file creaImageIOSynchron.h.

Constructor & Destructor Documentation

creaImageIO::RemoveList::RemoveList ( CppSQLite3Query res)
inline

Ctor.

Definition at line 78 of file creaImageIOSynchron.h.

79  :
80  key(res.getStringField(1)),
81  path(res.getStringField(2)),
82  remove(res.getStringField(3)),
83  time(res.getStringField(4))
{}

Member Data Documentation

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.


The documentation for this class was generated from the following file: