Output stream wrapper with dynamically bound encoding and automatic encoding detection.
More...
#include <encodedstream.h>
template<typename CharType, typename OutputByteStream>
class AutoUTFOutputStream< CharType, OutputByteStream >
Output stream wrapper with dynamically bound encoding and automatic encoding detection.
- Template Parameters
-
CharType | Type of character for writing. |
OutputByteStream | type of output byte stream to be wrapped. |
◆ Ch
template<typename CharType , typename OutputByteStream >
◆ AutoUTFOutputStream()
template<typename CharType , typename OutputByteStream >
Constructor.
- Parameters
-
os | output stream to be wrapped. |
type | UTF encoding type. |
putBOM | Whether to write BOM at the beginning of the stream. |
◆ Flush()
template<typename CharType , typename OutputByteStream >
◆ GetType()
template<typename CharType , typename OutputByteStream >
◆ Peek()
template<typename CharType , typename OutputByteStream >
◆ Put()
template<typename CharType , typename OutputByteStream >
◆ PutBegin()
template<typename CharType , typename OutputByteStream >
◆ PutEnd()
template<typename CharType , typename OutputByteStream >
◆ Take()
template<typename CharType , typename OutputByteStream >
◆ Tell()
template<typename CharType , typename OutputByteStream >
The documentation for this class was generated from the following file: