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. | |
Creation of the object increments the debug indentation. Destruction of the object automatically decrements the indentation again.