libzypp  10.5.0
Tracer

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...

Functions

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.
std::ostream & operator<< (std::ostream &str, TraceCADBase::What obj)
template<class _Tp >
std::ostream & operator<< (std::ostream &str, const TraceCAD< _Tp > &obj)

Function Documentation

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.

Overload to fit your needs.

Definition at line 145 of file Debug.h.

std::ostream & operator<< ( std::ostream &  str,
TraceCADBase::What  obj 
) [related]

Stream output of TraceCADBase::What.

Definition at line 73 of file Debug.h.

template<class _Tp >
std::ostream & operator<< ( std::ostream &  str,
const TraceCAD< _Tp > &  obj 
) [related]

Stream output.

Definition at line 137 of file Debug.h.