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

Object virtual copy constructor.

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

Reimplemented from csdbg::chain< string >.

Definition at line 85 of file dictionary.cpp.

References dictionary().

86 {
87  return new dictionary(*this);
88 }
dictionary(const i8 *, const i8 *=NULL, bool=false)
Object constructor.
Definition: dictionary.cpp:24

+ Here is the call graph for this function: