![]() |
Public API Reference |
#include <indprint.h>
Public Methods | |
| void | Up (int amount=1) |
| Go up in indentation. More... | |
| void | Down (int amount=1) |
| Go down in indentation. More... | |
| void | Reset (int amount=0) |
| Reset indentation. More... | |
| void | Print (char *msg,...) |
| Print with current indentation level. More... | |
Definition at line 27 of file indprint.h.
|
|
Go down in indentation.
Definition at line 38 of file indprint.h. Referenced by csIndPrintDown::csIndPrintDown. |
|
||||||||||||
|
Print with current indentation level.
Definition at line 43 of file indprint.h. |
|
|
Reset indentation.
Definition at line 40 of file indprint.h. |
|
|
Go up in indentation.
Definition at line 36 of file indprint.h. |