SyTen
history.cpp File Reference

Implementation for inc/util/history.h. More...

#include <iomanip>
#include "inc/util/history.h"
#include "inc/util/scalars.h"
+ Include dependency graph for history.cpp:

Namespaces

 syten
 Syten namespace.
 

Functions

std::ostreamsyten::operator<< (std::ostream &out, History const &hist)
 Prints a set of history records to the output stream, omitting comments. More...
 
std::ostreamsyten::operator<< (std::ostream &out, HistoryElement const &elem)
 Prints a history record to the output stream, omitting the comment. More...
 
std::ostreamsyten::operator<< (std::ostream &out, Verbose< History > const &hist)
 Prints a set of history records to the output stream, including comments. More...
 
std::ostreamsyten::operator<< (std::ostream &out, Verbose< HistoryElement > const &elem)
 Prints a history record to the output stream, including the comment. More...
 

Detailed Description

Implementation for inc/util/history.h.