#include <string>#include "internaltypes.h"#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 <xapian/valueiterator.h>


Go to the source code of this file.
Classes | |
| class | Xapian::Database::Internal |
| Base class for databases. More... | |
Namespaces | |
| namespace | 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 |
Variables | |
| const int | XAPIAN_DB_READONLY = 0 |
Definition at line 45 of file database.h.
Definition at line 42 of file database.h.
Definition at line 46 of file database.h.
| const int XAPIAN_DB_READONLY = 0 |
Definition at line 49 of file database.h.
Referenced by BrassDatabase::BrassDatabase(), ChertDatabase::ChertDatabase(), and FlintDatabase::FlintDatabase().