#include <stream.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
GenericStreamWrapper (InputStream &is) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () |
Ch * | PutBegin () |
void | Put (Ch ch) |
void | Flush () |
size_t | PutEnd (Ch *ch) |
const Ch * | Peek4 () const |
UTFType | GetType () const |
bool | HasBOM () const |
Protected Attributes | |
InputStream & | is_ |
A Stream Wrapper.
string stream is a wrapper for any stream by just forwarding any message to the origin stream.
typedef Encoding::Ch GenericStreamWrapper< InputStream, Encoding >::Ch |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |