struct CCL::Debugger::IndentGuard

#include <debug.h>

struct IndentGuard
{
    // fields

    uint32 numChars;

    // construction

    IndentGuard (uint32 numChars = 2);
};