|
xentara-utils v2.0.6
The Xentara Utility Library
|
Automatic object that indents a stream. More...
#include <xentara/utils/ios/Indent.hpp>
Public Member Functions | |
| Indent (std::ostream &stream) | |
| Constructor that increases the stream indent of a stream. | |
| ~Indent () | |
| Descructor that decreases the stream indent of a stream. | |
Automatic object that indents a stream.
| xentara::utils::ios::Indent::Indent | ( | std::ostream & | stream | ) |
Constructor that increases the stream indent of a stream.
| stream | The stream to indent |
| xentara::utils::ios::Indent::~Indent | ( | ) |
Descructor that decreases the stream indent of a stream.