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

Object virtual copy constructor.

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

Implements csdbg::object.

Definition at line 147 of file process.cpp.

References process().

Referenced by csdbg::tracer::tracer().

148 {
149  return new process(*this);
150 }
process()
Object default constructor.
Definition: process.cpp:73

+ Here is the call graph for this function:

+ Here is the caller graph for this function: