#include <Stream.h>
Inheritance diagram for FD::IStream:


Public Member Functions | |
| IStream (std::istream *_str, bool _owner=true) | |
| IStream & | read (char *ch, int len) |
| int | gcount () |
| int | eof () |
| int | fail () |
| IStream & | getline (char *ch, int len) |
| operator std::istream & () | |
| void | printOn (std::ostream &out) const |
| IStream & | seekg (int pos, std::ios::seekdir dir) |
| template<class T> | |
| IStream & | operator>> (T &obj) |
|
|
Generic print function Implements FD::Object. Reimplemented in FD::IOStream. |
1.4.4