Webserv
Loading...
Searching...
No Matches
IndentManager.hpp File Reference
#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}

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const IndentManager & mod )

◆ printIndent()

std::ostream & printIndent ( std::ostream & os)

Variable Documentation

◆ indent

const IndentManager indent = {1}

◆ unindent

const IndentManager unindent = {-1}