|
Monero
|
Output byte stream wrapper with statically bound encoding. More...
#include <encodedstream.h>
Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| 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 *) |
Private Member Functions | |
| RAPIDJSON_STATIC_ASSERT (sizeof(typename OutputByteStream::Ch)==1) | |
| EncodedOutputStream (const EncodedOutputStream &) | |
| EncodedOutputStream & | operator= (const EncodedOutputStream &) |
Private Attributes | |
| OutputByteStream & | os_ |
Output byte stream wrapper with statically bound encoding.
| typedef Encoding::Ch EncodedOutputStream< Encoding, OutputByteStream >::Ch |
|
inline |
|
private |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
private |