Simple class managing a repetitive output task. More...
#include <string>#include <utility>Go to the source code of this file.
Classes | |
| struct | recob::dumper::IndentOptions_t |
| Structure collecting indentation options. More... | |
| class | recob::dumper::NewLine< Stream > |
| Starts a new line in a output stream. More... | |
Namespaces | |
| recob | |
| Reconstruction base classes. | |
| recob::dumper | |
Functions | |
| template<typename Stream > | |
| NewLine< Stream > | recob::dumper::makeNewLine (Stream &stream, std::string indent, bool followLine=false) |
| Convenience function to create a temporary NewLine. More... | |
| template<typename Stream > | |
| NewLine< Stream > | recob::dumper::makeNewLine (Stream &stream, IndentOptions_t const &options) |
| Convenience function to create a temporary NewLine. More... | |
Simple class managing a repetitive output task.
Definition in file NewLine.h.
1.8.5