#include <outputstreammanip.h>
Public Member Functions | |
IncIndents (int _n=INDENT_SINGLE) | |
Constructor. | |
void | operator() (OutputStream &out) const |
Operator () overloading. | |
Private Attributes | |
int | n |
The entered number of indents to be incremented. |
Represents helper class for manipulating (incrementing) indents in all output streams.
Definition at line 102 of file outputstreammanip.h.
IncIndents::IncIndents | ( | int | _n = INDENT_SINGLE |
) | [inline] |
Constructor.
Constructor - creating object for a number of indents to be incremented.
[in] | _n | Number of indents to be incremented. |
Definition at line 108 of file outputstreammanip.h.
void IncIndents::operator() | ( | OutputStream & | out | ) | const [inline] |
Operator ()
overloading.
Operator ()
overloading.
[in] | out | Pointer to a OutputStream object. |
void |
Definition at line 115 of file outputstreammanip.h.
int IncIndents::n [private] |
The entered number of indents to be incremented.
The entered number of indents to be incremented, which is the argument of the constructor.
Definition at line 123 of file outputstreammanip.h.