#include <checked-istream.h>
Public Methods | |
| checked_istream (std::istream *in_=0) | |
Friends | |
| template<class T> checked_istream & | operator>> (checked_istream &in, T &t) |
Example:
int i,j;
checked_istream checked_cin(&cin);
checked_in >> in >> j;
Definition at line 18 of file checked-istream.h.
|
|
Definition at line 22 of file checked-istream.h. |
|
||||||||||||||||
|
Definition at line 25 of file checked-istream.h. |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000