C++ Utilities
4.17.0
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 66 of file commandlineutils.h.
|
inline |
Definition at line 68 of file commandlineutils.h.
|
inline |
Definition at line 74 of file commandlineutils.h.
char ApplicationUtilities::Indentation::character |
Definition at line 80 of file commandlineutils.h.
unsigned char ApplicationUtilities::Indentation::level |
Definition at line 79 of file commandlineutils.h.