|
libzypp
17.7.0
|
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. More... | |
| std::ostream & | operator<< (std::ostream &str, TraceCADBase::What obj) |
| template<class Tp > | |
| std::ostream & | operator<< (std::ostream &str, const TraceCAD< Tp > &obj) |
| void zypp::debug::traceCAD | ( | TraceCADBase::What | what_r, |
| const TraceCAD< Tp > & | self_r, | ||
| const TraceCAD< Tp > & | rhs_r | ||
| ) |
|
related |
Stream output of TraceCADBase::What.