#include <it_bus/output_stream.h>
Inheritance diagram for IT_Bus::OutputStream:
Definition at line 16 of file output_stream.h.
Public Member Functions | |
virtual void | write (const Character to_write)=0 throw ((IOException)) |
Write the character. | |
virtual void | write (const Character *to_write)=0 throw ((IOException)) |
Write the character. | |
virtual void | write (const Character *to_write, size_t length)=0 throw ((IOException)) |
Write the character. |
|
Write the character.
Implemented in IT_Bus::FileOutputStream. |
|
Write the character.
Implemented in IT_Bus::FileOutputStream. |
|
Write the character.
Implemented in IT_Bus::FileOutputStream. |