Implementation for inc/util/history.h. More...
Include dependency graph for history.cpp:Namespaces | |
| namespace | syten |
| Syten namespace. | |
Functions | |
| std::ostream & | syten::operator<< (std::ostream &out, History const &hist) |
| Prints a set of history records to the output stream, omitting comments. More... | |
| std::ostream & | syten::operator<< (std::ostream &out, HistoryElement const &elem) |
| Prints a history record to the output stream, omitting the comment. More... | |
| std::ostream & | syten::operator<< (std::ostream &out, Verbose< History > const &hist) |
| Prints a set of history records to the output stream, including comments. More... | |
| std::ostream & | syten::operator<< (std::ostream &out, Verbose< HistoryElement > const &elem) |
| Prints a history record to the output stream, including the comment. More... | |
Implementation for inc/util/history.h.