#include <fstream>
#include <xapian/database.h>
#include <xapian/document.h>
#include <xapian/query.h>
#include <xapian/enquire.h>
#include "stats.h"
#include <xapian/stem.h>
#include <xapian/postingiterator.h>
#include <xapian/positioniterator.h>
#include <xapian/termiterator.h>
#include <xapian/valueiterator.h>
Include dependency graph for output.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | XAPIAN_OUTPUT_FUNCTION(CLASS) |
For internal use only. Helper macro for defining stream output of Xapian class. |
Definition in file output.h.
#define XAPIAN_OUTPUT_FUNCTION | ( | CLASS | ) |
Value:
inline std::ostream & \ operator<<(std::ostream & os, const CLASS & object) { \ return os << object.get_description(); \ }
For internal use only.
Helper macro for defining stream output of Xapian class.