Wrapper of std::istream for input. More...
#include <genericreadstream.h>
Public Types | |
| typedef char | Ch |
| Character type (byte). | |
Public Member Functions | |
| GenericReadStream (std::istream &is) | |
| Constructor. More... | |
| Ch | Peek () const |
| Ch | Take () |
| size_t | Tell () const |
| void | Put (Ch c) |
| void | Flush () |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
Public Attributes | |
| std::istream & | is_ |
Wrapper of std::istream for input.
|
inline |
Constructor.
| is | Input stream. |