Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

include/xapian.h

00001 // xapian.h: Public interfaces for core Xapian library 00002 // 00003 // ----START-LICENCE---- 00004 // Copyright 2003,2004 Olly Betts 00005 // 00006 // This program is free software; you can redistribute it and/or 00007 // modify it under the terms of the GNU General Public License as 00008 // published by the Free Software Foundation; either version 2 of the 00009 // License, or (at your option) any later version. 00010 // 00011 // This program is distributed in the hope that it will be useful, 00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 // GNU General Public License for more details. 00015 // 00016 // You should have received a copy of the GNU General Public License 00017 // along with this program; if not, write to the Free Software 00018 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00019 // USA 00020 // -----END-LICENCE----- 00021 00022 #ifndef XAPIAN_INCLUDED_XAPIAN_H 00023 #define XAPIAN_INCLUDED_XAPIAN_H 00024 00025 // Set defines for library version and check C++ ABI versions match 00026 #include <xapian/version.h> 00027 00028 // Types 00029 #include <xapian/types.h> 00030 00031 // Exceptions 00032 #include <xapian/error.h> 00033 #include <xapian/errorhandler.h> 00034 00035 // Access to databases, documents, etc 00036 #include <xapian/database.h> 00037 #include <xapian/document.h> 00038 #include <xapian/positioniterator.h> 00039 #include <xapian/postingiterator.h> 00040 #include <xapian/termiterator.h> 00041 #include <xapian/valueiterator.h> 00042 00043 // Searching 00044 #include <xapian/enquire.h> 00045 #include <xapian/expanddecider.h> 00046 #include <xapian/query.h> 00047 00048 // Stemming 00049 #include <xapian/stem.h> 00050 00051 #endif /* XAPIAN_INCLUDED_XAPIAN_H */

Documentation for Xapian (version 0.8.4).
Generated on 8 Dec 2004 by Doxygen 1.3.8.