LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Structure collecting indentation options. More...
#include "NewLine.h"
Public Member Functions | |
IndentOptions_t (std::string ind="", bool followLine=false) | |
IndentOptions_t & | appendIndentation (std::string more) |
IndentOptions_t & | removeIndentation (std::string less) |
Public Attributes | |
std::string | indent |
indentation string More... | |
bool | appendFirst = false |
skip indentation on the first line More... | |
|
inline |
Definition at line 23 of file NewLine.h.
|
inline |
Definition at line 27 of file NewLine.h.
|
inline |
bool recob::dumper::IndentOptions_t::appendFirst = false |
std::string recob::dumper::IndentOptions_t::indent |
indentation string
Definition at line 20 of file NewLine.h.
Referenced by recob::dumper::makeNewLine(), and recob::dumper::NewLine< Stream >::NewLine().