PandA-2024.02
Data Structures | Macros | Typedefs
simple_indent.hpp File Reference

Simple pretty print functor. More...

#include <ostream>
#include <string>
#include "refcount.hpp"
Include dependency graph for simple_indent.hpp:
This graph shows which files directly or indirectly include this file:

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 >
 

Detailed Description

Simple pretty print functor.

Author
Fabrizio Ferrandi fabri.nosp@m.zio..nosp@m.ferra.nosp@m.ndi@.nosp@m.polim.nosp@m.i.it $Revision$ $Date$ Last modified by $Author$

Definition in file simple_indent.hpp.

Macro Definition Documentation

◆ STD_CLOSING_CHAR

#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.

◆ STD_OPENING_CHAR

#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.

Typedef Documentation

◆ simple_indentRef

Definition at line 119 of file simple_indent.hpp.


Generated on Mon Feb 12 2024 13:03:35 for PandA-2024.02 by doxygen 1.8.13