#include <encodedstream.h>
Public Types | |
typedef CharType | Ch |
Public Member Functions | |
AutoUTFInputStream (InputByteStream &is, UTFType type=kUTF8) | |
Constructor. More... | |
void | Flush () |
UTFType | GetType () const |
bool | HasBOM () const |
Ch | Peek () const |
void | Put (Ch) |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Ch | Take () |
size_t | Tell () const |
Private Types | |
typedef Ch(* | TakeFunc) (InputByteStream &is) |
Private Member Functions | |
AutoUTFInputStream (const AutoUTFInputStream &) | |
void | DetectType () |
AutoUTFInputStream & | operator= (const AutoUTFInputStream &) |
RAPIDJSON_STATIC_ASSERT (sizeof(typename InputByteStream::Ch)==1) | |
Private Attributes | |
Ch | current_ |
bool | hasBOM_ |
InputByteStream * | is_ |
TakeFunc | takeFunc_ |
UTFType | type_ |
Input stream wrapper with dynamically bound encoding and automatic encoding detection.
CharType | Type of character for reading. |
InputByteStream | type of input byte stream to be wrapped. |
Definition at line 169 of file encodedstream.h.
typedef CharType AutoUTFInputStream< CharType, InputByteStream >::Ch |
Definition at line 173 of file encodedstream.h.
|
private |
Definition at line 307 of file encodedstream.h.
|
inline |
Constructor.
is | input stream to be wrapped. |
type | UTF encoding type if it is not detected from the stream. |
Definition at line 180 of file encodedstream.h.
|
private |
|
inlineprivate |
Definition at line 217 of file encodedstream.h.
|
inline |
Definition at line 202 of file encodedstream.h.
|
inline |
Definition at line 189 of file encodedstream.h.
|
inline |
Definition at line 190 of file encodedstream.h.
|
private |
|
inline |
Definition at line 192 of file encodedstream.h.
|
inline |
Definition at line 201 of file encodedstream.h.
|
inline |
Definition at line 203 of file encodedstream.h.
|
inline |
Definition at line 207 of file encodedstream.h.
|
private |
|
inline |
Definition at line 193 of file encodedstream.h.
|
inline |
Definition at line 198 of file encodedstream.h.
|
private |
Definition at line 310 of file encodedstream.h.
|
private |
Definition at line 312 of file encodedstream.h.
|
private |
Definition at line 308 of file encodedstream.h.
|
private |
Definition at line 311 of file encodedstream.h.
|
private |
Definition at line 309 of file encodedstream.h.