|
micro-test-plus 4.1.0
µTest++ Testing Framework
|
Parameterised stream manipulator for outputting indentation. More...
#include <reporter.h>
Public Attributes | |
| size_t | level |
| Number of four-space indentation levels. | |
Holds the indentation level; used with operator<< on reporter so that *this << indent(n) << "text" works naturally in chains.
Definition at line 137 of file reporter.h.
| size_t micro_os_plus::micro_test_plus::detail::indent_t::level |
Definition at line 139 of file reporter.h.
Referenced by micro_os_plus::micro_test_plus::reporter_human::operator<<(), and micro_os_plus::micro_test_plus::reporter_tap::operator<<().