#include <InvalidEncodingExceptionPtr.hh>
Inheritance diagram for rovsoft::io::InvalidEncodingExceptionPtr:


Public Member Functions | |
| InvalidEncodingExceptionPtr (InvalidEncodingException *ptr=0) | |
| InvalidEncodingExceptionPtr (const InvalidEncodingExceptionPtr &orig) | |
| InvalidEncodingException & | operator * () |
| Gets the target. | |
| const InvalidEncodingException & | operator * () const |
| Gets the target- const version. | |
| InvalidEncodingException * | operator-> () |
| Gets the object to which this pointer points to. | |
| const InvalidEncodingException * | operator-> () const |
| A Ptr object associates its self so much with the object it points to, that if you declare the Ptr object to be constant, you only get a const version of the target. | |
|
|
|
|
|
|
|
|
Gets the target- const version.
Reimplemented from rovsoft::io::IOExceptionPtr. Reimplemented in rovsoft::io::EndOfSegmentExceptionPtr, rovsoft::io::PrefixedDataExceptionPtr, and rovsoft::io::UnprefixedMetaDataExceptionPtr. |
|
|
Gets the target.
Reimplemented from rovsoft::io::IOExceptionPtr. Reimplemented in rovsoft::io::EndOfSegmentExceptionPtr, rovsoft::io::PrefixedDataExceptionPtr, and rovsoft::io::UnprefixedMetaDataExceptionPtr. |
|
|
A Ptr object associates its self so much with the object it points to, that if you declare the Ptr object to be constant, you only get a const version of the target.
Reimplemented from rovsoft::io::IOExceptionPtr. Reimplemented in rovsoft::io::EndOfSegmentExceptionPtr, rovsoft::io::PrefixedDataExceptionPtr, and rovsoft::io::UnprefixedMetaDataExceptionPtr. |
|
|
Gets the object to which this pointer points to.
Reimplemented from rovsoft::io::IOExceptionPtr. Reimplemented in rovsoft::io::EndOfSegmentExceptionPtr, rovsoft::io::PrefixedDataExceptionPtr, and rovsoft::io::UnprefixedMetaDataExceptionPtr. |
1.4.3