FIFOBuferStream and tests (Windows/VS2010 only compiled/tested)

This commit is contained in:
Aleksandar Fabijanic
2012-06-07 03:59:13 +00:00
parent 4bb6e0ff42
commit cfbcce0481
14 changed files with 910 additions and 52 deletions

View File

@@ -58,7 +58,7 @@ class BasicMemoryStreamBuf: public std::basic_streambuf<ch, tr>
/// stream buffer for reading and writing from a memory area.
///
/// This streambuf only supports unidirectional streams.
/// In other words, the BasicBufferedStreamBuf can be
/// In other words, the BasicMemoryStreamBuf can be
/// used for the implementation of an istream or an
/// ostream, but not for an iostream.
{