libcsdbg  1.28
C++ exception (and generic) stack trace debug library
tracer * csdbg::tracer::clone ( ) const
inlineprotectedvirtual

Object virtual copy constructor.

Returns
the object copy (heap allocated)
Exceptions
std::bad_alloc

Implements csdbg::object.

Definition at line 527 of file tracer.cpp.

References tracer().

528 {
529  return new tracer(*this);
530 }
tracer()
Object default constructor.
Definition: tracer.cpp:454

+ Here is the call graph for this function: