xapian-core  2.0.0
Classes | Namespaces
database.h File Reference

An indexed database of documents. More...

#include <iosfwd>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <xapian/attributes.h>
#include <xapian/constants.h>
#include <xapian/intrusive_ptr.h>
#include <xapian/positioniterator.h>
#include <xapian/postingiterator.h>
#include <xapian/termiterator.h>
#include <xapian/types.h>
#include <xapian/valueiterator.h>
#include <xapian/visibility.h>
+ Include dependency graph for database.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Xapian::Database
 An indexed database of documents. More...
 
class  Xapian::WritableDatabase
 This class provides read/write access to a database. More...
 

Namespaces

 Xapian
 The Xapian namespace contains public interfaces for the Xapian library.
 

Detailed Description

An indexed database of documents.

Definition in file database.h.