mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-29 23:42:39 +02:00
trunk/branch integration: documentation
This commit is contained in:
parent
d3920a5dbf
commit
26eb400a2a
@ -85,6 +85,10 @@ public:
|
|||||||
|
|
||||||
void close();
|
void close();
|
||||||
/// Closes the file stream.
|
/// 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();
|
FileStreamBuf* rdbuf();
|
||||||
/// Returns a pointer to the underlying streambuf.
|
/// Returns a pointer to the underlying streambuf.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user