#include <creaImageIOSynchron.h>
Public Member Functions | |
RemoveList (CppSQLite3Query &res) | |
Public Attributes | |
std::string | key |
std::string | path |
std::string | remove |
std::string | time |
Definition at line 31 of file creaImageIOSynchron.h.
creaImageIO::RemoveList::RemoveList | ( | CppSQLite3Query & | res | ) | [inline] |
Definition at line 39 of file creaImageIOSynchron.h.
00039 : 00040 key(res.getStringField(1)), 00041 path(res.getStringField(2)), 00042 remove(res.getStringField(3)), 00043 time(res.getStringField(4)) 00044 {} };
std::string creaImageIO::RemoveList::key |
Definition at line 34 of file creaImageIOSynchron.h.
std::string creaImageIO::RemoveList::path |
Definition at line 35 of file creaImageIOSynchron.h.
std::string creaImageIO::RemoveList::remove |
Definition at line 36 of file creaImageIOSynchron.h.
std::string creaImageIO::RemoveList::time |
Definition at line 37 of file creaImageIOSynchron.h.