xapian-core  1.4.25
Classes | Namespaces | Typedefs
database.h File Reference
#include <string>
#include "internaltypes.h"
#include "xapian/intrusive_ptr.h"
#include <xapian/types.h>
#include <xapian/database.h>
#include <xapian/document.h>
#include <xapian/positioniterator.h>
#include <xapian/termiterator.h>
#include <xapian/valueiterator.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::Internal
 Base class for databases. More...
 

Namespaces

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

Typedefs

typedef Xapian::TermIterator::Internal TermList
 
typedef Xapian::PositionIterator::Internal PositionList
 
typedef Xapian::ValueIterator::Internal ValueList
 

Typedef Documentation

◆ PositionList

Definition at line 47 of file database.h.

◆ TermList

Definition at line 44 of file database.h.

◆ ValueList

Definition at line 48 of file database.h.