Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
11 #include <boost/filesystem/fstream.hpp>
25 virtual InfoStream& operator<< (
const String& t) = 0;
37 boost::filesystem::wofstream file;
Stream override to write messages to a std::cout.
Definition: InfoStream.h:44
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Utility class to support streaming info messages.
Definition: InfoStream.h:16
Null stream override to eat messages.
Definition: InfoStream.h:54
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Stream override to write messages to a file.
Definition: InfoStream.h:29
clucene.sourceforge.net