#include <mootIO.h>
Inheritance diagram for mootio::mostream:
|
Default constructor |
|
Destructor |
|
Flush all pending writes. Reimplemented in mootio::mcbuffer, and mootio::mcstream. |
|
printf() to the stream, arglist version. Default version calls vprintf() |
|
Write a single byte to the stream Reimplemented in mootio::mcbuffer, mootio::mcstream, and mootio::mocxxstream. |
|
Write a C++ string to the buffer Reimplemented in mootio::mcbuffer, mootio::mcstream, and mootio::mocxxstream. |
|
Write a C string to the stream Reimplemented in mootio::mcbuffer, mootio::mcstream, and mootio::mocxxstream. |
|
printf() to the stream, va_list version Default implementation uses a dynamically allocated temporary buffer and calls write() Reimplemented in mootio::mcbuffer, mootio::mcstream, and mootio::mocxxstream. |
|
Write @n bytes from @buf to the stream Reimplemented in mootio::mcbuffer, mootio::mcstream, and mootio::mocxxstream. |