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

Object virtual copy constructor.

Returns
the object copy (heap allocated)
Note
The return value must be checked for allocation errors

Implements csdbg::object.

Definition at line 112 of file exception.cpp.

References exception().

113 {
114  return new (std::nothrow) exception(*this);
115 }
exception(const i8 *,...)
Object constructor.
Definition: exception.cpp:64

+ Here is the call graph for this function: