libzypp 17.38.14
zypp::debug::TraceLeave Struct Reference

#include <zypp-core/base/Logger.h>

Inheritance diagram for zypp::debug::TraceLeave:

Public Member Functions

 TraceLeave (const TraceLeave &)=delete
TraceLeaveoperator= (const TraceLeave &)=delete
 TraceLeave (const char *file_r, const char *fnc_r, int line_r, std::string msg_r=std::string())
 ~TraceLeave ()

Static Private Attributes

static unsigned _depth = 0
Static Private Attributes inherited from zypp::debug::BlockTraceBase
static unsigned _depth

Additional Inherited Members

Private Member Functions inherited from zypp::debug::BlockTraceBase
 BlockTraceBase (const BlockTraceBase &)=delete
BlockTraceBaseoperator= (const BlockTraceBase &)=delete
 BlockTraceBase (const char *file_r, const char *fnc_r, int line_r, std::string msg_r=std::string())
Private Attributes inherited from zypp::debug::BlockTraceBase
const char * _file
const char * _fnc
int _line
std::string _msg

Detailed Description

Definition at line 61 of file Logger.h.

Constructor & Destructor Documentation

◆ TraceLeave() [1/2]

zypp::debug::TraceLeave::TraceLeave ( const TraceLeave & )
delete

◆ TraceLeave() [2/2]

zypp::debug::TraceLeave::TraceLeave ( const char * file_r,
const char * fnc_r,
int line_r,
std::string msg_r = std::string() )

Definition at line 340 of file LogControl.cc.

◆ ~TraceLeave()

zypp::debug::TraceLeave::~TraceLeave ( )

Definition at line 348 of file LogControl.cc.

Member Function Documentation

◆ operator=()

TraceLeave & zypp::debug::TraceLeave::operator= ( const TraceLeave & )
delete

Member Data Documentation

◆ _depth

unsigned zypp::debug::TraceLeave::_depth = 0
staticprivate

Definition at line 68 of file Logger.h.


The documentation for this struct was generated from the following files: