|
JASSv2
|
Holder class for an impact ordered postings list. More...
#include <vector>#include <limits>#include <sstream>#include "allocator.h"#include "compress_integer.h"

Go to the source code of this file.
Classes | |
| class | JASS::index_postings_impact |
| Holder class for an impact ordered postings list. More... | |
| class | JASS::index_postings_impact::impact |
| Each impact is represented as an impact score, and a start and end pointer. More... | |
| class | JASS::index_postings_impact::reverse_iterator |
| A reverse iterator for iterating over impact headers from highet to lowest. More... | |
Functions | |
| std::ostream & | JASS::operator<< (std::ostream &stream, index_postings_impact &data) |
| Dump a human readable version of the postings list down an output stream. More... | |
Holder class for an impact ordered postings list.
|
inline |
Dump a human readable version of the postings list down an output stream.
| stream | [in] The stream to write to. |
| data | [in] The postings list to write. |
1.8.13