libzypp  11.13.5
Debug.h File Reference

Debuging tools which should not be used in released code. More...

#include <iosfwd>
#include "zypp/base/Logger.h"
#include "zypp/base/String.h"
#include "zypp/ExternalProgram.h"
#include "zypp/base/ProvideNumericId.h"
Include dependency graph for Debug.h:

Go to the source code of this file.

Classes

struct  zypp::debug::TraceCADBase
 Base for a simple tracer. More...
struct  zypp::debug::TraceCAD< _Tp >
 A simple tracer for (copy) Construction, Assignment, and Destruction. More...

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::debug

Macros

#define TAG   INT << __PRETTY_FUNCTION__ << std::endl

Functions

std::ostream & zypp::debug::dumpMemOn (std::ostream &str, const std::string &msg=std::string())
 'ps v'
template<class _Tp >
void zypp::debug::traceCAD (TraceCADBase::What what_r, const TraceCAD< _Tp > &self_r, const TraceCAD< _Tp > &rhs_r)
 Drop a log line about the traced method.

Detailed Description

Debuging tools which should not be used in released code.

Definition in file Debug.h.


Macro Definition Documentation

#define TAG   INT << __PRETTY_FUNCTION__ << std::endl

Definition at line 35 of file Debug.h.