xapian-core  1.4.25
output-internal.h
Go to the documentation of this file.
1 
4 /*
5  * Copyright 1999,2000,2001 BrightStation PLC
6  * Copyright 2002 Ananova Ltd
7  * Copyright 2002,2003,2004,2007,2009,2011,2012 Olly Betts
8  * Copyright 2007 Lemur Consulting Ltd
9  *
10  * This program is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU General Public License as
12  * published by the Free Software Foundation; either version 2 of the
13  * License, or (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
23  * USA
24  */
25 
26 #ifndef XAPIAN_INCLUDED_OUTPUT_INTERNAL_H
27 #define XAPIAN_INCLUDED_OUTPUT_INTERNAL_H
28 
29 #include "output.h"
30 
31 #include "api/replication.h"
34 
35 #include "weight/weightinternal.h"
38 
39 #endif /* XAPIAN_INCLUDED_OUTPUT_INTERNAL_H */
std::ostream operator<< template for Xapian objects
Access to a master database for replication.
Definition: replication.h:61
Access to a database replica, for applying replication to it.
Definition: replication.h:114
#define XAPIAN_OUTPUT_FUNCTION(CLASS)
Helper macro for defining stream output of Xapian class.
Definition: output.h:33
Class to hold statistics for a given collection.
The frequencies for a term.
Replication support for Xapian databases.