creaImageIO_lib
creaImageIO::AddList Class Reference

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

Detailed Description

Represents the list of currently added files.

Definition at line 43 of file creaImageIOSynchron.h.

Constructor & Destructor Documentation

creaImageIO::AddList::AddList ( CppSQLite3Query res)
inline

Ctor.

Definition at line 55 of file creaImageIOSynchron.h.

56  :
57  key(res.getStringField(0)),
58  path(res.getStringField(1)),
59  recursive(res.getStringField(2)),
60  nbFiles(res.getStringField(3))
{}

Member Data Documentation

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.


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