#include <ExceptionPtr.hh>
Inheritance diagram for rovsoft::lib::ExceptionPtr:
Public Member Functions | |
ExceptionPtr (Exception *ptr=0) | |
ExceptionPtr (const ExceptionPtr &orig) | |
Exception & | operator * () |
Gets the target. | |
const Exception & | operator * () const |
Gets the target- const version. | |
Exception * | operator-> () |
Gets the object to which this pointer points to. | |
const Exception * | 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. |
|
|
|
|
|
|
|
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::lib::ThrowablePtr. Reimplemented in rovsoft::io::EndOfSegmentExceptionPtr, rovsoft::io::InvalidEncodingExceptionPtr, rovsoft::io::IOExceptionPtr, rovsoft::io::PrefixedDataExceptionPtr, rovsoft::io::ReadOnlyExceptionPtr, rovsoft::io::TargetUnreachableExceptionPtr, rovsoft::io::UnprefixedMetaDataExceptionPtr, rovsoft::io::WriteOnlyExceptionPtr, rovsoft::lib::NullPointerExceptionPtr, and rovsoft::lib::OutOfRangeExceptionPtr. |
|
Gets the object to which this pointer points to.
Reimplemented from rovsoft::lib::ThrowablePtr. Reimplemented in rovsoft::io::EndOfSegmentExceptionPtr, rovsoft::io::InvalidEncodingExceptionPtr, rovsoft::io::IOExceptionPtr, rovsoft::io::PrefixedDataExceptionPtr, rovsoft::io::ReadOnlyExceptionPtr, rovsoft::io::TargetUnreachableExceptionPtr, rovsoft::io::UnprefixedMetaDataExceptionPtr, rovsoft::io::WriteOnlyExceptionPtr, rovsoft::lib::NullPointerExceptionPtr, and rovsoft::lib::OutOfRangeExceptionPtr. |