creaImageIO::AddList Class Reference

#include <creaImageIOSynchron.h>

List of all members.

Public Member Functions

 AddList (CppSQLite3Query &res)

Public Attributes

std::string key
std::string path
std::string recursive
std::string nbFiles


Detailed Description

Definition at line 14 of file creaImageIOSynchron.h.


Constructor & Destructor Documentation

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               {}
    };


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Generated on Mon Jun 22 10:50:00 2009 for CreaImageIO by  doxygen 1.5.3