trunk/branch integration: documentation

This commit is contained in:
Marian Krivos 2011-08-22 17:01:55 +00:00
parent d3920a5dbf
commit 26eb400a2a

View File

@ -85,6 +85,10 @@ public:
void close();
/// Closes the file stream.
///
/// If, for an output stream, the close operation fails (because
/// the contents of the stream buffer cannot synced back to
/// the filesystem), the bad bit is set in the stream state.
FileStreamBuf* rdbuf();
/// Returns a pointer to the underlying streambuf.