History/log implementation. More...
#include <chrono>#include <complex>#include <string>#include <vector>#include <boost/serialization/base_object.hpp>#include "inc/util/boost_versioning.h"#include "inc/util/types.h"#include "inc/util/memory_size.h"#include "inc/util/envvars.h"
Include dependency graph for history.h:
This graph shows which files directly or indirectly include this file:Classes | |
| struct | syten::History |
| A set of history records. More... | |
| struct | syten::HistoryElement |
| A single history record. More... | |
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... | |
History/log implementation.