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

Commit cached data to the file.

Returns
*this
Exceptions
csdbg::exception

Implements csdbg::streambuf.

Definition at line 241 of file filebuf.cpp.

242 {
243  return sync(false);
244 }
virtual filebuf & sync() const
Commit cached data to the file.
Definition: filebuf.cpp:241