LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
void | set (std::string const &newIndent, std::string const &newFirstIndent) |
void | set (std::string &&newIndent, std::string &&newFirstIndent) |
void | set (std::string const &newIndent) |
Public Attributes | |
std::string | indent = "" |
Default indentation string. More... | |
std::string | firstIndent = "" |
Indentation string for the first line. More... | |
Definition at line 39 of file DumperBase.h.
|
inline |
Definition at line 43 of file DumperBase.h.
Referenced by dump::raw::OpDetWaveformDumper::dump().
|
inline |
Definition at line 48 of file DumperBase.h.
|
inline |
Definition at line 53 of file DumperBase.h.
std::string dump::DumperBase::IndentSettings::firstIndent = "" |
Indentation string for the first line.
Definition at line 41 of file DumperBase.h.
Referenced by dump::DumperBase::firstIndent(), and dump::DumperBase::indented().
std::string dump::DumperBase::IndentSettings::indent = "" |
Default indentation string.
Definition at line 40 of file DumperBase.h.
Referenced by dump::DumperBase::DumperBase(), dump::DumperBase::indent(), dump::DumperBase::indented(), dump::DumperBase::Indenter< Stream >::newline(), dump::DumperBase::setIndent(), and dump::DumperBase::Indenter< Stream >::start().