Test::ind Class Reference
[General test support]
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. | |
Detailed Description
Simple class for describing identation.
Definition at line 66 of file test.hh.
Constructor & Destructor Documentation
Friends And Related Function Documentation
| std::ostream & operator<< | ( | std::ostream & | os, | |
| const Test::ind & | i | |||
| ) | [related] |
Member Data Documentation
| int Test::ind::l |
The documentation for this class was generated from the following file:
- test/test.hh
