CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
CppCommon::WriteWChar Class Reference

Write wide character stream manipulator. More...

#include <iostream.h>

Public Member Functions

 WriteWChar (wchar_t ch)

Friends

std::ostream & operator<< (std::ostream &stream, const WriteWChar &writer)
std::wostream & operator<< (std::wostream &stream, const WriteWChar &writer)

Detailed Description

Write wide character stream manipulator.

Definition at line 32 of file iostream.h.

Constructor & Destructor Documentation

◆ WriteWChar()

CppCommon::WriteWChar::WriteWChar ( wchar_t ch)
inlineexplicit

Definition at line 35 of file iostream.h.

◆ operator<< [1/2]

std::ostream & operator<< ( std::ostream & stream,
const WriteWChar & writer )
friend

Definition at line 37 of file iostream.h.

◆ operator<< [2/2]

std::wostream & operator<< ( std::wostream & stream,
const WriteWChar & writer )
friend

Definition at line 39 of file iostream.h.


The documentation for this class was generated from the following file: