JASSv2
Classes | Functions
index_postings_impact.h File Reference

Holder class for an impact ordered postings list. More...

#include <vector>
#include <limits>
#include <sstream>
#include "allocator.h"
#include "compress_integer.h"
Include dependency graph for index_postings_impact.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Holder class for an impact ordered postings list.

Author
Andrew Trotman

Function Documentation

◆ operator<<()

std::ostream& JASS::operator<< ( std::ostream &  stream,
index_postings_impact data 
)
inline

Dump a human readable version of the postings list down an output stream.

Parameters
stream[in] The stream to write to.
data[in] The postings list to write.
Returns
The stream once the postings list has been written.