xapian-core
1.4.26
|
Public interfaces for the Xapian library. More...
#include <xapian/version.h>
#include <xapian/types.h>
#include <xapian/attributes.h>
#include <xapian/constants.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/eset.h>
#include <xapian/mset.h>
#include <xapian/expanddecider.h>
#include <xapian/keymaker.h>
#include <xapian/matchspy.h>
#include <xapian/postingsource.h>
#include <xapian/query.h>
#include <xapian/queryparser.h>
#include <xapian/valuesetmatchdecider.h>
#include <xapian/weight.h>
#include <xapian/stem.h>
#include <xapian/registry.h>
#include <xapian/unicode.h>
#include <xapian/geospatial.h>
#include <xapian/compactor.h>
#include <xapian/visibility.h>
#include <xapian/constinfo.h>
Go to the source code of this file.
Namespaces | |
Xapian | |
The Xapian namespace contains public interfaces for the Xapian library. | |
Macros | |
#define | XAPIAN_IN_XAPIAN_H |
Functions | |
const char * | Xapian::version_string () |
Report the version string of the library which the program is linked with. More... | |
int | Xapian::major_version () |
Report the major version of the library which the program is linked with. More... | |
int | Xapian::minor_version () |
Report the minor version of the library which the program is linked with. More... | |
int | Xapian::revision () |
Report the revision of the library which the program is linked with. More... | |