|
libzypp
9.1.2
|
Base for a simple tracer. More...
#include <Debug.h>

Public Types | |
| enum | What { CTOR, COPYCTOR, ASSIGN, DTOR, PING } |
Public Attributes | |
| std::string | _ident |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, TraceCADBase::What obj) |
Base for a simple tracer.
Provides an enum indicating which traced functions were called.
| std::string zypp::debug::TraceCADBase::_ident |
Definition at line 69 of file Debug.h.
Referenced by zypp::debug::TraceCAD< _Tp >::TraceCAD(), and zypp::debug::traceCAD().
1.7.6.1