#include <ThrowablePtr.hh>
Inheritance diagram for rovsoft::lib::ThrowablePtr:
Public Member Functions | |
ThrowablePtr (Throwable *ptr=0) | |
ThrowablePtr (const ThrowablePtr &orig) | |
Throwable & | operator * () |
Gets the target. | |
const Throwable & | operator * () const |
Gets the target- const version. | |
Throwable * | operator-> () |
Gets the object to which this pointer points to. | |
const Throwable * | 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::Ptr. 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::ExceptionPtr, rovsoft::lib::NullPointerExceptionPtr, and rovsoft::lib::OutOfRangeExceptionPtr. |
|
Gets the object to which this pointer points to.
Reimplemented from rovsoft::lib::Ptr. 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::ExceptionPtr, rovsoft::lib::NullPointerExceptionPtr, and rovsoft::lib::OutOfRangeExceptionPtr. |