JASSv2
Classes | Functions
index_manager.h File Reference

Base class for the indexer object that stored the actual index during indexing. More...

#include "parser.h"
#include "string_cpp.h"
#include "index_postings.h"
Include dependency graph for index_manager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::index_manager
 Base class for holding the index during indexing. More...
 
class  JASS::index_manager::delegate
 Base class for the callback function called by iterate. More...
 
class  JASS::index_manager::quantizing_delegate
 Base class for the callback function called by iterate. More...
 

Functions

std::ostream & JASS::operator<< (std::ostream &stream, const index_manager &data)
 Dump a human readable version of the index down an output stream. More...
 

Detailed Description

Base class for the indexer object that stored the actual index during indexing.

Author
Andrew Trotman

Function Documentation

◆ operator<<()

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

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

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