|
C++ Utilities 5.31.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The Indentation class allows printing indentation conveniently, eg. More...
#include <commandlineutils.h>
Public Member Functions | |
| Indentation (unsigned char level=4, char character=' ') | |
| Indentation | operator+ (unsigned char level) |
Public Attributes | |
| unsigned char | level |
| char | character |
The Indentation class allows printing indentation conveniently, eg.
cout << Indentation(4) << ...
Definition at line 71 of file commandlineutils.h.
|
inline |
Definition at line 73 of file commandlineutils.h.
|
inline |
Definition at line 79 of file commandlineutils.h.
| char CppUtilities::Indentation::character |
Definition at line 85 of file commandlineutils.h.
| unsigned char CppUtilities::Indentation::level |
Definition at line 84 of file commandlineutils.h.