#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) |
| Stream output of TraceCADBase::What. | |
Provides an enum indicating which traced functions were called.
Definition at line 66 of file Debug.h.
| std::string zypp::debug::TraceCADBase::_ident |
Definition at line 69 of file Debug.h.
Referenced by zypp::debug::traceCAD(), and zypp::debug::TraceCAD< _Tp >::TraceCAD().
1.5.3