|
Wrapper of std::istream for input. More...
#include <genericstream.h>
Public Types | |
typedef char | Ch |
Character type (byte). More... | |
Public Member Functions | |
GenericReadStream (std::istream &is) | |
Constructor. More... | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
void | Put (Ch) |
void | Flush () |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Public Attributes | |
std::istream * | is_ |
Wrapper of std::istream for input.
typedef char rapidjson::GenericReadStream::Ch |
Character type (byte).
|
inline |
Constructor.
is | Input stream. |
|
inline |
References RAPIDJSON_ASSERT.
|
inline |
|
inline |
References RAPIDJSON_ASSERT.
|
inline |
References RAPIDJSON_ASSERT.
|
inline |
References RAPIDJSON_ASSERT.
|
inline |
|
inline |