DUNE-FEM (unstable)
indent.hh
Go to the documentation of this file.
                          3// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
Indent operator+(const std::string &newindent) const
create new indentation object with this one as parent
Definition: indent.hh:87
Indent(unsigned level_)
setup without parent and basic_indentation of two spaces
Definition: indent.hh:68
Indent operator+(unsigned morelevel) const
create a copy of this indentation object with raised level
Definition: indent.hh:91
Indent(const Indent *parent_, unsigned level_)
setup with parent
Definition: indent.hh:82
Indent(const std::string &basic_indent_="  ", unsigned level_=0)
setup without parent
Definition: indent.hh:63
friend std::ostream & operator<<(std::ostream &s, const Indent &indent)
write indentation to a stream
Definition: indent.hh:105
Indent(const Indent *parent_, const std::string &basic_indent_="  ", unsigned level_=1)
setup with parent
Definition: indent.hh:76
   | 
                                Legal Statements / Impressum  | 
                                Hosted by  TU Dresden & Uni Heidelberg  | 
				  generated with Hugo v0.111.3
								(Nov 3, 23:36, 2025)