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

Object virtual copy constructor.

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

Implements csdbg::object.

Definition at line 202 of file symtab.cpp.

References symtab().

203 {
204  return new symtab(*this);
205 }
symtab(const i8 *, mem_addr_t=0)
Object constructor.
Definition: symtab.cpp:22

+ Here is the call graph for this function: