CppCommon
1.0.4.1
C++ Common Library
|
Write character stream manipulator. More...
#include <iostream.h>
Public Member Functions | |
WriteChar (char ch) | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const WriteChar &writer) |
std::wostream & | operator<< (std::wostream &stream, const WriteChar &writer) |
Write character stream manipulator.
Definition at line 17 of file iostream.h.
|
inlineexplicit |
Definition at line 20 of file iostream.h.
|
friend |
Definition at line 22 of file iostream.h.
|
friend |
Definition at line 24 of file iostream.h.