Dune Core Modules (2.4.1)
indent.hh
Go to the documentation of this file.
Indent operator+(const std::string &newindent) const
create new indentation object with this one as parent
Definition: indent.hh:85
Indent(unsigned level_)
setup without parent and basic_indentation of two spaces
Definition: indent.hh:66
Indent operator+(unsigned morelevel) const
create a copy of this indetation object with raised level
Definition: indent.hh:89
std::ostream & operator<<(std::ostream &s, const array< T, N > &e)
Output operator for array.
Definition: array.hh:26
Indent(const Indent *parent_, unsigned level_)
setup with parent
Definition: indent.hh:80
Indent(const std::string &basic_indent_=" ", unsigned level_=0)
setup without parent
Definition: indent.hh:61
friend std::ostream & operator<<(std::ostream &s, const Indent &indent)
write indentation to a stream
Definition: indent.hh:103
Indent(const Indent *parent_, const std::string &basic_indent_=" ", unsigned level_=1)
setup with parent
Definition: indent.hh:74
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)