![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Collection of utilities for dumping data on screen. More...
Namespaces | |
| raw | |
Classes | |
| class | DumperBase |
| Base class for data dumpers. More... | |
Functions | |
| template<typename Dumper > | |
| auto | withIndentation (Dumper &&dumper, std::string const &indent, std::string const &firstIndent) |
| Changes the indentation settings of a dumper class and returns it back. More... | |
| template<typename Dumper > | |
| auto | withIndentation (Dumper &&dumper, std::string const &indent) |
| Changes the indentation settings of a dumper class and returns it back. More... | |
Collection of utilities for dumping data on screen.
| auto dump::withIndentation | ( | Dumper && | dumper, |
| std::string const & | indent, | ||
| std::string const & | firstIndent | ||
| ) |
Changes the indentation settings of a dumper class and returns it back.
Definition at line 244 of file DumperBase.h.
Referenced by withIndentation().
| auto dump::withIndentation | ( | Dumper && | dumper, |
| std::string const & | indent | ||
| ) |
Changes the indentation settings of a dumper class and returns it back.
Definition at line 252 of file DumperBase.h.
References withIndentation().