#include <winostream.h>
Inheritance diagram for winostream:
Public Member Functions | |
winostream (HWND hWnd) | |
virtual VirtStream & | operator<< (end e) |
virtual VirtStream & | operator<< (const char *c) |
virtual VirtStream & | operator<< (const std::string &s) |
virtual VirtStream & | operator<< (int n) |
virtual VirtStream & | operator<< (double n) |
virtual VirtStream & | operator<< (char c) |
virtual VirtStream * | clone () |
Protected Member Functions | |
template<typename T> | |
VirtStream & | print (T t) |
VirtStream & | endl () |
Private Attributes | |
HWND | m_hWnd |
|
|
|
Implements VirtStream. |
|
Implements VirtStream. |
|
Implements VirtStream. |
|
Implements VirtStream. |
|
Implements VirtStream. |
|
Implements VirtStream. |
|
Implements VirtStream. |
|
|
|
|
|
|