Public Member Functions | Public Attributes

creaImageIO::AddList Class Reference

Represents the list of currently added files. More...

#include <creaImageIOSynchron.h>

List of all members.

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.

Detailed Description

Represents the list of currently added files.

Definition at line 15 of file creaImageIOSynchron.h.


Constructor & Destructor Documentation

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

Ctor.

Definition at line 27 of file creaImageIOSynchron.h.


Member Data Documentation

Key to be added into the database.

Definition at line 19 of file creaImageIOSynchron.h.

Number of added files.

Definition at line 25 of file creaImageIOSynchron.h.

Path of the directory.

Definition at line 21 of file creaImageIOSynchron.h.

Defines if the operation was recursive or not.

Definition at line 23 of file creaImageIOSynchron.h.


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