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

Public Types | |
| enum | What { CTOR, COPYCTOR, MOVECTOR, ASSIGN, MOVEASSIGN, 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.