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

Object virtual copy constructor.

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

Implements csdbg::object.

Definition at line 145 of file plugin.cpp.

References plugin().

146 {
147  return new plugin(*this);
148 }
plugin(const i8 *, const i8 *=NULL)
Object constructor.
Definition: plugin.cpp:44

+ Here is the call graph for this function: