#include <string>
#include <xapian/base.h>
#include <xapian/types.h>
#include <xapian/database.h>
#include <xapian/document.h>
#include <xapian/positioniterator.h>
#include <xapian/termiterator.h>
#include "omdebug.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.
Namespaces | |
namespace | Xapian |
Classes | |
class | Xapian::Database::Internal |
Base class for databases. More... | |
Typedefs | |
typedef Xapian::TermIterator::Internal | TermList |
typedef Xapian::PositionIterator::Internal | PositionList |
Definition at line 40 of file database.h.
Definition at line 43 of file database.h.