Simple class for describing identation. More...
#include <test.hh>
Public Member Functions | |
ind (int i) | |
Indent by level i. | |
Public Attributes | |
int | l |
Which indentation level. | |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &os, const Test::ind &i) |
Print indentation. |
Simple class for describing identation.
std::ostream & operator<< | ( | std::ostream & | os, |
const Test::ind & | i | ||
) | [related] |
int Test::ind::l |