#include <stream.h>
Inherits NLMISC::Exception.
Inherited by NLMISC::EDDSBadHeader, NLMISC::EFile, NLMISC::EInvalidDataStream, NLMISC::EMemStream, NLMISC::ENewerStream, NLMISC::ENotInputStream, NLMISC::ENotOutputStream, NLMISC::EOlderStream, NLMISC::ESeekFailed, NLMISC::ESeekNotSupported, NLMISC::EStreamOverflow, and NLMISC::EXmlParsingError.
Public Member Functions | |
| EStream () | |
| EStream (const std::string &str) | |
| EStream (const IStream &f) | |
| EStream (const IStream &f, const std::string &str) | |
| virtual | ~EStream () throw () |
Public Attributes | |
| std::string | StreamName |
Stream Exception.
Definition at line 70 of file stream.h.
| NLMISC::EStream::EStream | ( | const std::string & | str | ) | [inline] |
| NLMISC::EStream::EStream | ( | const IStream & | f | ) |
Definition at line 44 of file stream.cpp.
References NLMISC::IStream::getStreamName(), and StreamName.
| NLMISC::EStream::EStream | ( | const IStream & | f, | |
| const std::string & | str | |||
| ) |
Definition at line 49 of file stream.cpp.
References NLMISC::IStream::getStreamName(), and StreamName.
| virtual NLMISC::EStream::~EStream | ( | ) | throw () [inline, virtual] |
| std::string NLMISC::EStream::StreamName |
1.6.1