#include <xapian/version.h>
#include <xapian/types.h>
#include <xapian/error.h>
#include <xapian/errorhandler.h>
#include <xapian/database.h>
#include <xapian/dbfactory.h>
#include <xapian/document.h>
#include <xapian/positioniterator.h>
#include <xapian/postingiterator.h>
#include <xapian/termiterator.h>
#include <xapian/valueiterator.h>
#include <xapian/termgenerator.h>
#include <xapian/enquire.h>
#include <xapian/expanddecider.h>
#include <xapian/query.h>
#include <xapian/queryparser.h>
#include <xapian/sorter.h>
#include <xapian/stem.h>
#include <xapian/unicode.h>
#include <xapian/visibility.h>
#include <xapian/deprecated.h>
Include dependency graph for xapian.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Xapian |
Functions | |
const char * | Xapian::version_string () |
Report the version string of the library which the program is linked with. | |
const char * | Xapian::xapian_version_string () |
For compatibility with Xapian 0.9.5 and earlier. | |
int | Xapian::major_version () |
Report the major version of the library which the program is linked to. | |
int | Xapian::xapian_major_version () |
For compatibility with Xapian 0.9.5 and earlier. | |
int | Xapian::minor_version () |
Report the minor version of the library which the program is linked to. | |
int | Xapian::xapian_minor_version () |
For compatibility with Xapian 0.9.5 and earlier. | |
int | Xapian::revision () |
Report the revision of the library which the program is linked to. | |
int | Xapian::xapian_revision () |
For compatibility with Xapian 0.9.5 and earlier. |
Definition in file xapian.h.