libzypp
10.5.0
|
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 |