Represents the list of currently added files. More...
#include <creaImageIOSynchron.h>
Public Member Functions | |
AddList (CppSQLite3Query &res) | |
Ctor. | |
Public Attributes | |
std::string | key |
Key to be added into the database. | |
std::string | path |
Path of the directory. | |
std::string | recursive |
Defines if the operation was recursive or not. | |
std::string | nbFiles |
Number of added files. |
Represents the list of currently added files.
Definition at line 15 of file creaImageIOSynchron.h.
creaImageIO::AddList::AddList | ( | CppSQLite3Query & | res | ) | [inline] |
Ctor.
Definition at line 27 of file creaImageIOSynchron.h.
: key(res.getStringField(0)), path(res.getStringField(1)), recursive(res.getStringField(2)), nbFiles(res.getStringField(3)) {}
std::string creaImageIO::AddList::key |
Key to be added into the database.
Definition at line 19 of file creaImageIOSynchron.h.
std::string creaImageIO::AddList::nbFiles |
Number of added files.
Definition at line 25 of file creaImageIOSynchron.h.
std::string creaImageIO::AddList::path |
Path of the directory.
Definition at line 21 of file creaImageIOSynchron.h.
std::string creaImageIO::AddList::recursive |
Defines if the operation was recursive or not.
Definition at line 23 of file creaImageIOSynchron.h.