creaImageIO::RemoveList Class Reference

#include <creaImageIOSynchron.h>

List of all members.

Public Member Functions

 RemoveList (CppSQLite3Query &res)

Public Attributes

std::string key
std::string path
std::string remove
std::string time


Detailed Description

Definition at line 31 of file creaImageIOSynchron.h.


Constructor & Destructor Documentation

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


Member Data Documentation

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.


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