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

Object virtual copy constructor.

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

Reimplemented from csdbg::string.

Definition at line 233 of file parser.cpp.

References parser().

234 {
235  return new parser(*this);
236 }
parser()
Object default constructor.
Definition: parser.cpp:157

+ Here is the call graph for this function: