libzypp 17.31.23
|
Base for a simple tracer. More...
#include <base/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) |
Stream output of TraceCADBase::What. | |
Base for a simple tracer.
Provides an enum indicating which traced functions were called.
|
related |
Stream output of TraceCADBase::What.