f78 Checking the state of a stream

Contents|Index|Previous|Next

Checking the state of a stream

Use this collection of methods to test for (or signal) errors and other exceptional conditions of streams:

ios::operator void* () const 
Method 
ios::operator ! () const 
Method 
iostate ios::rdstate ()const 
<
ffb
/FONT>Method 
void ios::setstate (iostate state) 
Method 
int ios::good ()const 
Method 
int ios::bad ()const 
Method 
int ios::eof ()const 
Method 
int ios::fail ()const 
Method 
void ios::clear (iostate state) 
Method 
0