|
dune-common 2.10
|
This is the complete list of members for Dune::Indent, including all inherited members.
| Indent(const std::string &basic_indent_=" ", unsigned level_=0) | Dune::Indent | inline |
| Indent(unsigned level_) | Dune::Indent | inline |
| Indent(const Indent *parent_, const std::string &basic_indent_=" ", unsigned level_=1) | Dune::Indent | inline |
| Indent(const Indent *parent_, unsigned level_) | Dune::Indent | inline |
| operator+(const std::string &newindent) const | Dune::Indent | inline |
| operator+(unsigned morelevel) const | Dune::Indent | inline |
| operator++() | Dune::Indent | inline |
| operator--() | Dune::Indent | inline |
| operator<<(std::ostream &s, const Indent &indent) | Dune::Indent | friend |