|
| | pstream (std::streambuf *) |
| | Creates a buffered pstream with the given buffer. The state is set to 0.
|
| |
| virtual | ~pstream () |
| |
| int | rdstate () const |
| | Returns the current state value.
|
| |
| int | eof () const |
| | Returns nonzero on end of stream.
|
| |
| int | fail () const |
| | Returns nonzero if a previous stream operation failed.
|
| |
| int | bad () const |
| | Returns nonzero if an error occurs.
|
| |
| int | good () const |
| | Returns nonzero if no error states have been recorded for the stream (that is, no errors have occurred).
|
| |
| void | clear (int=0) |
| | Sets the stream state to the given value (defaults to 0).
|
| |
| | operator void * () const |
| | Converts to a void pointer.
|
| |
| int | operator! () const |
| | Overloads the NOT operator.
|
| |
| std::streambuf * | rdbuf () const |
| | Returns the pb pointer to the buffer assigned to the stream.
|
| |
Base class for handling streamable objects.
Definition at line 330 of file objstrm.h.