Classes | Namespaces | Functions
NewLine.h File Reference

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...
 

Detailed Description

Simple class managing a repetitive output task.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
December 18th, 2015

Definition in file NewLine.h.