System documentation of the GNU Image-Finding Tool

CAFIFMySQL.h
1 /* -*- mode: c++ -*-
2 */
3 #ifdef __GIFT_WITH_MYSQL__
4 /*
5 
6  GIFT, a flexible content based image retrieval system.
7  Copyright (C) 1998, 1999, 2000, 2001, 2002, CUI University of Geneva
8 
9  Copyright (C) 2003, 2004 Bayreuth University
10  2005 Bamberg University
11  This program is free software; you can redistribute it and/or modify
12  it under the terms of the GNU General Public License as published by
13  the Free Software Foundation; either version 2 of the License, or
14  (at your option) any later version.
15 
16  This program is distributed in the hope that it will be useful,
17  but WITHOUT ANY WARRANTY; without even the implied warranty of
18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  GNU General Public License for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with this program; if not, write to the Free Software
23  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 
25 */
26 // -*- mode: c++ -*-
27 #ifndef _CAFIFMYSQL
28 #define _CAFIFMYSQL
29 #include "libGIFTAcInvertedFile/include/uses-declarations.h"
30 #include "libMRML/include/CAccessorFactory.h"
31 #include "libGIFTAcInvertedFile/include/CAcInvertedFile.h"
32 #include "libGIFTAcInvertedFile/include/CAcIFFileSystem.h"
33 
39 class CAFIFMySQL:public CAccessorFactory{
40  public:
42  CAFIFMySQL();
44  CAccessor* makeAccessor(const CXMLElement& inConfiguration)const;
45 };
46 #endif
47 #endif

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen