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 |