Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::Logger::Indent Class Reference

#include <ogdf/basic/Logger.h>

Public Member Functions

 Indent (const Indent &copy)=delete
 
 Indent (Logger &log, int by=1)
 
 Indent (Logger *log, int by=1)
 
 ~Indent ()
 
Indentoperator= (const Indent &other)=delete
 

Private Attributes

int m_by
 
Loggerm_log
 

Detailed Description

Definition at line 116 of file Logger.h.

Constructor & Destructor Documentation

◆ Indent() [1/3]

ogdf::Logger::Indent::Indent ( Logger log,
int  by = 1 
)
inlineexplicit

Definition at line 121 of file Logger.h.

◆ Indent() [2/3]

ogdf::Logger::Indent::Indent ( Logger log,
int  by = 1 
)
inlineexplicit

Definition at line 123 of file Logger.h.

◆ Indent() [3/3]

ogdf::Logger::Indent::Indent ( const Indent copy)
delete

◆ ~Indent()

ogdf::Logger::Indent::~Indent ( )
inline

Definition at line 129 of file Logger.h.

Member Function Documentation

◆ operator=()

Indent& ogdf::Logger::Indent::operator= ( const Indent other)
delete

Member Data Documentation

◆ m_by

int ogdf::Logger::Indent::m_by
private

Definition at line 118 of file Logger.h.

◆ m_log

Logger* ogdf::Logger::Indent::m_log
private

Definition at line 117 of file Logger.h.


The documentation for this class was generated from the following file: