libcsdbg  1.28
C++ exception (and generic) stack trace debug library
sttybuf * csdbg::sttybuf::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 132 of file sttybuf.cpp.

References sttybuf().

133 {
134  return new sttybuf(*this);
135 }
sttybuf(const i8 *, u32=9600)
Object constructor.
Definition: sttybuf.cpp:67

+ Here is the call graph for this function: