JASSv2
Classes | Functions
JASS_anytime_stats.h File Reference

Load and deserialise a JASS v1 index. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS_anytime_stats
 Runtime statistics for the anytime search engine. More...
 

Functions

static std::ostream & operator<< (std::ostream &output, JASS_anytime_stats &data)
 Dump a human readable version of the data down an output stream. More...
 

Detailed Description

Load and deserialise a JASS v1 index.

Author
Andrew Trotman

Function Documentation

◆ operator<<()

static std::ostream& operator<< ( std::ostream &  output,
JASS_anytime_stats data 
)
inlinestatic

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

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