Simple class for describing indentation.
More...
#include <test/test.hh>
|
| | ind (int i) |
| | Indent by level i.
|
|
| int | l |
| | Which indentation level.
|
|
(Note that these are not member symbols.)
|
| std::ostream & | operator<< (std::ostream &os, const Test::ind &i) |
| | Print indentation.
|
Simple class for describing indentation.
Definition at line 67 of file test.hh.
◆ ind()
Indent by level i.
Definition at line 72 of file test.hh.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Test::ind & | i ) |
|
related |
Which indentation level.
Definition at line 70 of file test.hh.
The documentation for this class was generated from the following file: