#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) |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
| Ch | Take () |
| size_t | Tell () const |
Private Types | |
| typedef void(* | PutFunc) (OutputByteStream &, Ch) |
Private Member Functions | |
| AutoUTFOutputStream (const AutoUTFOutputStream &) | |
| AutoUTFOutputStream & | operator= (const AutoUTFOutputStream &) |
| void | PutBOM () |
| RAPIDJSON_STATIC_ASSERT (sizeof(typename OutputByteStream::Ch)==1) | |
Private Attributes | |
| OutputByteStream * | os_ |
| PutFunc | putFunc_ |
| UTFType | type_ |
Output stream wrapper with dynamically bound encoding and automatic encoding detection.
| CharType | Type of character for writing. |
| OutputByteStream | type of output byte stream to be wrapped. |
Definition at line 322 of file encodedstream.h.
| typedef CharType AutoUTFOutputStream< CharType, OutputByteStream >::Ch |
Definition at line 326 of file encodedstream.h.
|
private |
Definition at line 388 of file encodedstream.h.
|
inline |
Constructor.
| os | output stream to be wrapped. |
| type | UTF encoding type. |
| putBOM | Whether to write BOM at the beginning of the stream. |
Definition at line 334 of file encodedstream.h.
|
private |
|
inline |
Definition at line 354 of file encodedstream.h.
|
inline |
Definition at line 351 of file encodedstream.h.
|
private |
|
inline |
Definition at line 357 of file encodedstream.h.
|
inline |
Definition at line 353 of file encodedstream.h.
|
inline |
Definition at line 369 of file encodedstream.h.
|
inlineprivate |
Definition at line 382 of file encodedstream.h.
|
inline |
Definition at line 373 of file encodedstream.h.
|
private |
|
inline |
Definition at line 361 of file encodedstream.h.
|
inline |
Definition at line 365 of file encodedstream.h.
|
private |
Definition at line 390 of file encodedstream.h.
|
private |
Definition at line 392 of file encodedstream.h.
|
private |
Definition at line 391 of file encodedstream.h.