A Stream Wrapper.
More...
#include <stream.h>
|
| 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 |
|
template<typename InputStream, typename Encoding = UTF8<>>
class GenericStreamWrapper< InputStream, Encoding >
A Stream Wrapper.
string stream is a wrapper for any stream by just forwarding any message to the origin stream.
- Note
- implements Stream concept
The documentation for this class was generated from the following file: