|
Monero
|
Input byte stream wrapper with a statically bound encoding. More...
#include <encodedstream.h>
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 |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
private |
|
private |