17 #include "MultiLineListFormatter.h"
24 MultiLineListFormatter::MultiLineListFormatter(std::ostream & s, Bridge & b) :
32 m_indent += m_spacing;
33 m_stream << std::endl;
43 m_stream << std::string(m_indent,
' ');
45 m_indent += m_spacing;
46 m_stream << std::endl;
51 m_stream << std::string(m_indent,
' ');
53 m_stream << std::endl;
58 m_stream << std::string(m_indent,
' ');
60 m_stream << std::endl;
65 m_stream << std::string(m_indent,
' ');
67 m_stream << std::endl;
72 m_stream << std::string(m_indent,
' ');
74 m_stream << std::endl;
79 m_indent -= m_spacing;
80 m_stream << std::string(m_indent,
' ');