Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
AutoUTFOutputStream< CharType, OutputByteStream > Class Template Reference

Output stream wrapper with dynamically bound encoding and automatic encoding detection. More...

#include <encodedstream.h>

Public Types

typedef CharType Ch
 

Public Member Functions

 AutoUTFOutputStream (OutputByteStream &os, UTFType type, bool putBOM)
 Constructor. More...
 
void Flush ()
 
UTFType GetType () const
 
Ch Peek () const
 
void Put (Ch c)
 
ChPutBegin ()
 
size_t PutEnd (Ch *)
 
Ch Take ()
 
size_t Tell () const
 

Private Types

typedef void(* PutFunc) (OutputByteStream &, Ch)
 

Private Member Functions

 AutoUTFOutputStream (const AutoUTFOutputStream &)
 
AutoUTFOutputStreamoperator= (const AutoUTFOutputStream &)
 
void PutBOM ()
 
 RAPIDJSON_STATIC_ASSERT (sizeof(typename OutputByteStream::Ch)==1)
 

Private Attributes

OutputByteStream * os_
 
PutFunc putFunc_
 
UTFType type_
 

Detailed Description

template<typename CharType, typename OutputByteStream>
class AutoUTFOutputStream< CharType, OutputByteStream >

Output stream wrapper with dynamically bound encoding and automatic encoding detection.

Template Parameters
CharTypeType of character for writing.
OutputByteStreamtype of output byte stream to be wrapped.

Definition at line 233 of file encodedstream.h.

Member Typedef Documentation

template<typename CharType, typename OutputByteStream>
typedef CharType AutoUTFOutputStream< CharType, OutputByteStream >::Ch

Definition at line 236 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
typedef void(* AutoUTFOutputStream< CharType, OutputByteStream >::PutFunc) (OutputByteStream &, Ch)
private

Definition at line 280 of file encodedstream.h.

Constructor & Destructor Documentation

template<typename CharType, typename OutputByteStream>
AutoUTFOutputStream< CharType, OutputByteStream >::AutoUTFOutputStream ( OutputByteStream &  os,
UTFType  type,
bool  putBOM 
)
inline

Constructor.

Parameters
osoutput stream to be wrapped.
typeUTF encoding type.
putBOMWhether to write BOM at the beginning of the stream.

Definition at line 244 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
AutoUTFOutputStream< CharType, OutputByteStream >::AutoUTFOutputStream ( const AutoUTFOutputStream< CharType, OutputByteStream > &  )
private

Member Function Documentation

template<typename CharType, typename OutputByteStream>
void AutoUTFOutputStream< CharType, OutputByteStream >::Flush ( )
inline

Definition at line 261 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
UTFType AutoUTFOutputStream< CharType, OutputByteStream >::GetType ( ) const
inline

Definition at line 258 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
AutoUTFOutputStream& AutoUTFOutputStream< CharType, OutputByteStream >::operator= ( const AutoUTFOutputStream< CharType, OutputByteStream > &  )
private
template<typename CharType, typename OutputByteStream>
Ch AutoUTFOutputStream< CharType, OutputByteStream >::Peek ( ) const
inline

Definition at line 264 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
void AutoUTFOutputStream< CharType, OutputByteStream >::Put ( Ch  c)
inline

Definition at line 260 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
Ch* AutoUTFOutputStream< CharType, OutputByteStream >::PutBegin ( )
inline

Definition at line 267 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
void AutoUTFOutputStream< CharType, OutputByteStream >::PutBOM ( )
inlineprivate

Definition at line 274 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
size_t AutoUTFOutputStream< CharType, OutputByteStream >::PutEnd ( Ch )
inline

Definition at line 268 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
AutoUTFOutputStream< CharType, OutputByteStream >::RAPIDJSON_STATIC_ASSERT ( sizeof(typename OutputByteStream::Ch)  = =1)
private
template<typename CharType, typename OutputByteStream>
Ch AutoUTFOutputStream< CharType, OutputByteStream >::Take ( )
inline

Definition at line 265 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
size_t AutoUTFOutputStream< CharType, OutputByteStream >::Tell ( ) const
inline

Definition at line 266 of file encodedstream.h.

Member Data Documentation

template<typename CharType, typename OutputByteStream>
OutputByteStream* AutoUTFOutputStream< CharType, OutputByteStream >::os_
private

Definition at line 282 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
PutFunc AutoUTFOutputStream< CharType, OutputByteStream >::putFunc_
private

Definition at line 284 of file encodedstream.h.

template<typename CharType, typename OutputByteStream>
UTFType AutoUTFOutputStream< CharType, OutputByteStream >::type_
private

Definition at line 283 of file encodedstream.h.


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


choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:10