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

Object virtual copy constructor.

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

Implements csdbg::object.

Definition at line 87 of file thread.cpp.

References thread().

88 {
89  return new thread(*this);
90 }
thread(const i8 *=NULL)
Object constructor.
Definition: thread.cpp:18

+ Here is the call graph for this function: