Wrapper of std::ostream for output.
More...
#include <genericwritestream.h>
|
typedef char | Ch |
| Character type. Only support char.
|
|
|
| GenericWriteStream (std::ostream &os) |
| Constructor. More...
|
|
void | Put (char c) |
|
void | PutN (char c, size_t n) |
|
void | Flush () |
|
size_t | Tell () const |
|
char | Peek () const |
|
char | Take () |
|
char * | PutBegin () |
|
size_t | PutEnd (char *) |
|
Wrapper of std::ostream for output.
rapidjson::GenericWriteStream::GenericWriteStream |
( |
std::ostream & |
os | ) |
|
|
inline |
The documentation for this class was generated from the following file: