CppCommon  1.0.4.1
C++ Common Library
Public Member Functions | Friends | List of all members
CppCommon::WriteChar Class Reference

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)
 

Detailed Description

Write character stream manipulator.

Definition at line 17 of file iostream.h.

Constructor & Destructor Documentation

◆ WriteChar()

CppCommon::WriteChar::WriteChar ( char  ch)
inlineexplicit

Definition at line 20 of file iostream.h.

Friends And Related Function Documentation

◆ operator<< [1/2]

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

Definition at line 22 of file iostream.h.

◆ operator<< [2/2]

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

Definition at line 24 of file iostream.h.


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