Skip to main content

indent_t Struct

Parameterised stream manipulator for outputting indentation. More...

Declaration

struct micro_os_plus::micro_test_plus::detail::indent_t { ... }

Included Headers

#include <reporter.h>

Public Member Attributes Index

size_tlevel

Number of four-space indentation levels. More...

Description

Parameterised stream manipulator for outputting indentation.

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.

Public Member Attributes

level

size_t micro_os_plus::micro_test_plus::detail::indent_t::level

Number of four-space indentation levels.

Definition at line 139 of file reporter.h.

139 size_t level;

Referenced by micro_os_plus::micro_test_plus::reporter_human::operator<< and micro_os_plus::micro_test_plus::reporter_tap::operator<<.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.2.0 by Doxygen 1.17.0.