|
creaImageIO_lib
|
Represents the list of currently added files. More...
#include <creaImageIOSynchron.h>
Public Member Functions | |
| AddList (CppSQLite3Query &res) | |
| Ctor. More... | |
Public Attributes | |
| std::string | key |
| Key to be added into the database. More... | |
| std::string | path |
| Path of the directory. More... | |
| std::string | recursive |
| Defines if the operation was recursive or not. More... | |
| std::string | nbFiles |
| Number of added files. More... | |
Represents the list of currently added files.
Definition at line 43 of file creaImageIOSynchron.h.
|
inline |
| std::string creaImageIO::AddList::key |
Key to be added into the database.
Definition at line 47 of file creaImageIOSynchron.h.
| std::string creaImageIO::AddList::nbFiles |
Number of added files.
Definition at line 53 of file creaImageIOSynchron.h.
| std::string creaImageIO::AddList::path |
Path of the directory.
Definition at line 49 of file creaImageIOSynchron.h.
| std::string creaImageIO::AddList::recursive |
Defines if the operation was recursive or not.
Definition at line 51 of file creaImageIOSynchron.h.