#include <iosfwd>
#include "zypp/base/Logger.h"
#include "zypp/base/String.h"
#include "zypp/ExternalProgram.h"
#include "zypp/base/ProvideNumericId.h"
Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::debug |
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... | |
Defines | |
| #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. | |
Definition in file Debug.h.
1.5.3