#include <creaImageIOSynchron.h>
Public Member Functions | |
AddList (CppSQLite3Query &res) | |
Public Attributes | |
std::string | key |
std::string | path |
std::string | recursive |
std::string | nbFiles |
Definition at line 14 of file creaImageIOSynchron.h.
creaImageIO::AddList::AddList | ( | CppSQLite3Query & | res | ) | [inline] |
Definition at line 21 of file creaImageIOSynchron.h.
00021 : 00022 key(res.getStringField(0)), 00023 path(res.getStringField(1)), 00024 recursive(res.getStringField(2)), 00025 nbFiles(res.getStringField(3)) 00026 {} };
std::string creaImageIO::AddList::key |
Definition at line 17 of file creaImageIOSynchron.h.
std::string creaImageIO::AddList::path |
Definition at line 18 of file creaImageIOSynchron.h.
std::string creaImageIO::AddList::recursive |
Definition at line 19 of file creaImageIOSynchron.h.
std::string creaImageIO::AddList::nbFiles |
Definition at line 20 of file creaImageIOSynchron.h.