83 static String breakString(
const String& input,
const Size indentation,
const Size max_lines,
const Size first_line_prefill = 0);
88 return console_width_;
91 friend struct ConsoleWidthTest;
95 int console_width_ = std::numeric_limits<int>::max();
98 int readConsoleSize_();
A more convenient string class.
Definition: String.h:58
int getConsoleWidth() const
width of the console (or INTMAX on internal error)
Definition: ConsoleUtils.h:86
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Definition: ConsoleUtils.h:51