![]() |
Spicy
|
#include <logger.h>
Public Member Functions | |
DebugPushIndent (const logging::DebugStream &dbg) | |
DebugPushIndent (const DebugPushIndent &)=delete | |
DebugPushIndent (DebugPushIndent &&) noexcept=delete | |
DebugPushIndent & | operator= (const DebugPushIndent &)=delete |
DebugPushIndent & | operator= (DebugPushIndent &&) noexcept=delete |
Helper class that increases debug indent on construction, and decreases it again on destruction.