PandA-2024.02
|
Simple pretty print functor. More...
Go to the source code of this file.
Data Structures | |
class | simple_indent |
Very simple pretty printer functor. More... | |
Macros | |
#define | STD_OPENING_CHAR (static_cast<char>(1)) |
Special opening character used to open a new nested level. More... | |
#define | STD_CLOSING_CHAR (static_cast<char>(2)) |
Special closing character used to close the current nested level. More... | |
Typedefs | |
using | simple_indentRef = refcount< simple_indent > |
Simple pretty print functor.
Definition in file simple_indent.hpp.
#define STD_CLOSING_CHAR (static_cast<char>(2)) |
Special closing character used to close the current nested level.
This character is just a control character and therefore it will not be printed.
Definition at line 55 of file simple_indent.hpp.
#define STD_OPENING_CHAR (static_cast<char>(1)) |
Special opening character used to open a new nested level.
This character is just a control character and therefore it will not be printed.
Definition at line 52 of file simple_indent.hpp.
using simple_indentRef = refcount<simple_indent> |
Definition at line 119 of file simple_indent.hpp.