Phoenix
Object-oriented orthogonally persistent operating system
|
Implementation class for output text stream. More...
#include <OTextStream.h>
Implementation class for output text stream.
T_backend | Back-end class which must implement Putc method which is called for each character of stream. The method must have the following prototype: bool Putc(char c, T_arg *arg = 0); |
T_arg | Type of optional argument pointer to which is passed to the Putc method of a back-end class. |