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

References tcpsockbuf().

90 {
91  return new tcpsockbuf(*this);
92 }
tcpsockbuf(const i8 *, i32=g_ldp_port)
Object constructor.
Definition: tcpsockbuf.cpp:24

+ Here is the call graph for this function: