zypp::debug::TraceCADBase Struct Reference
[Tracer]

Base for a simple tracer. More...

#include <Debug.h>

Inheritance diagram for zypp::debug::TraceCADBase:
[legend]

List of all members.

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)


Detailed Description

Base for a simple tracer.

Provides an enum indicating which traced functions were called.

Definition at line 66 of file Debug.h.


Member Enumeration Documentation

Enumerator:
CTOR 
COPYCTOR 
ASSIGN 
DTOR 
PING 

Definition at line 68 of file Debug.h.


Member Data Documentation

Definition at line 69 of file Debug.h.

Referenced by zypp::debug::traceCAD(), and zypp::debug::TraceCAD< _Tp >::TraceCAD().


The documentation for this struct was generated from the following file:

doxygen