Output byte stream wrapper with statically bound encoding.
More...
#include <encodedstream.h>
|
| EncodedOutputStream (OutputByteStream &os, bool putBOM=true) |
|
void | Put (Ch c) |
|
void | Flush () |
|
Ch | Peek () const |
|
Ch | Take () |
|
size_t | Tell () const |
|
Ch * | PutBegin () |
|
size_t | PutEnd (Ch *) |
|
template<typename Encoding, typename OutputByteStream>
class rapidjson::EncodedOutputStream< Encoding, OutputByteStream >
Output byte stream wrapper with statically bound encoding.
- Template Parameters
-
The documentation for this class was generated from the following file: