libcsdbg  1.28
C++ exception (and generic) stack trace debug library
tcpsockbuf & csdbg::tcpsockbuf::sync ( ) const
inlinevirtual

Commit cached data to the network.

Returns
*this

Implements csdbg::streambuf.

Definition at line 244 of file tcpsockbuf.cpp.

Referenced by flush().

245 {
246  return const_cast<tcpsockbuf&> (*this);
247 }
tcpsockbuf(const i8 *, i32=g_ldp_port)
Object constructor.
Definition: tcpsockbuf.cpp:24

+ Here is the caller graph for this function: