LArSoft
v07_13_02
Liquid Argon Software toolkit - http://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 24 of file NewLine.h.
|
inline |
Definition at line 28 of file NewLine.h.
|
inline |
bool recob::dumper::IndentOptions_t::appendFirst = false |
std::string recob::dumper::IndentOptions_t::indent |
indentation string
Definition at line 21 of file NewLine.h.
Referenced by recob::dumper::makeNewLine(), and recob::dumper::NewLine< Stream >::NewLine().