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


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... | |
Base class for the indexer object that stored the actual index during indexing.
|
inline |
Dump a human readable version of the index down an output stream.
| stream | [in] The stream to write to. |
| data | [in] The index to write. |
1.8.13