#include <VirtStream.h>
Inheritance diagram for VirtStream:
Public Member Functions | |
virtual VirtStream & | operator<< (end e)=0 |
virtual VirtStream & | operator<< (const char *c)=0 |
virtual VirtStream & | operator<< (const std::string &s)=0 |
virtual VirtStream & | operator<< (int n)=0 |
virtual VirtStream & | operator<< (double n)=0 |
virtual VirtStream & | operator<< (char c)=0 |
virtual VirtStream * | clone ()=0 |
virtual VirtStream & | endl ()=0 |
Protected Types | |
typedef VirtStream &(* | end )(VirtStream &) |
|
|
|
Implemented in NullStream, StreamWrapper< T >, and winostream. |
|
Implemented in NullStream, StreamWrapper< T >, and winostream. |
|
Implemented in NullStream, StreamWrapper< T >, and winostream. |
|
Implemented in NullStream, StreamWrapper< T >, and winostream. |
|
Implemented in NullStream, StreamWrapper< T >, and winostream. |
|
Implemented in NullStream, StreamWrapper< T >, and winostream. |
|
Implemented in NullStream, StreamWrapper< T >, and winostream. |
|
|