|
Webserv
|
#include <iostream>Go to the source code of this file.
Classes | |
| struct | IndentManager |
Functions | |
| std::ostream & | printIndent (std::ostream &os) |
| std::ostream & | operator<< (std::ostream &os, const IndentManager &mod) |
Variables | |
| const IndentManager | indent = {1} |
| const IndentManager | unindent = {-1} |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const IndentManager & | mod ) |
| std::ostream & printIndent | ( | std::ostream & | os | ) |
| const IndentManager indent = {1} |
| const IndentManager unindent = {-1} |