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

Object virtual copy constructor.

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

Implements csdbg::streambuf.

Definition at line 85 of file filebuf.cpp.

References filebuf().

86 {
87  return new filebuf(*this);
88 }
filebuf(const i8 *)
Object constructor.
Definition: filebuf.cpp:23

+ Here is the call graph for this function: