RetroArch
|
Specialized for UTF8 MemoryStream. More...
#include <encodedstream.h>
Public Types | |
typedef UTF8 ::Ch | Ch |
Public Member Functions | |
EncodedInputStream (MemoryStream &is) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
void | Put (Ch) |
void | Flush () |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Public Attributes | |
MemoryStream & | is_ |
Private Member Functions | |
EncodedInputStream (const EncodedInputStream &) | |
EncodedInputStream & | operator= (const EncodedInputStream &) |
Specialized for UTF8 MemoryStream.
typedef UTF8 ::Ch EncodedInputStream< UTF8<>, MemoryStream >::Ch |
|
inline |
|
private |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
MemoryStream& EncodedInputStream< UTF8<>, MemoryStream >::is_ |