libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
libcwd::Indent Struct Reference

Interface for marking scopes with indented debug output. More...

#include <debug.h>

Public Member Functions

 Indent (int indent)
 Construct an Indent object.
 ~Indent ()
 Destructor.

Public Attributes

int M_indent
 The extra number of spaces that were added to the indentation.

Detailed Description

Creation of the object increments the debug indentation. Destruction of the object automatically decrements the indentation again.


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