![]() |
VR-Vantage 3.0.3 API Documentation
|
Input byte stream wrapper with a statically bound encoding. More...
Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| EncodedInputStream (InputByteStream &is) | |
| Ch | Peek () const |
| Ch | Take () |
| size_t | Tell () const |
| void | Put (Ch) |
| void | Flush () |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
Private Member Functions | |
| RAPIDJSON_STATIC_ASSERT (sizeof(typename InputByteStream::Ch)==1) | |
| EncodedInputStream (const EncodedInputStream &) | |
| EncodedInputStream & | operator= (const EncodedInputStream &) |
Private Attributes | |
| InputByteStream & | is_ |
| Ch | current_ |
Input byte stream wrapper with a statically bound encoding.
| typedef Encoding::Ch EncodedInputStream< Encoding, InputByteStream >::Ch |
|
inline |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
References RAPIDJSON_ASSERT.
|
inline |
References RAPIDJSON_ASSERT.
|
inline |
References RAPIDJSON_ASSERT.
|
inline |
References RAPIDJSON_ASSERT.
|
private |
|
private |
Referenced by EncodedInputStream< Encoding, InputByteStream >::EncodedInputStream(), EncodedInputStream< UTF8<>, MemoryStream >::EncodedInputStream(), EncodedInputStream< UTF8<>, MemoryStream >::Peek(), EncodedInputStream< Encoding, InputByteStream >::Take(), EncodedInputStream< UTF8<>, MemoryStream >::Take(), EncodedInputStream< Encoding, InputByteStream >::Tell(), and EncodedInputStream< UTF8<>, MemoryStream >::Tell().
|
private |