#include <TargetUnreachableExceptionPtr.hh>
Inheritance diagram for rovsoft::io::TargetUnreachableExceptionPtr:
Public Member Functions | |
TargetUnreachableExceptionPtr (TargetUnreachableException *ptr=0) | |
TargetUnreachableExceptionPtr (const TargetUnreachableExceptionPtr &orig) | |
TargetUnreachableException & | operator * () |
Gets the target. | |
const TargetUnreachableException & | operator * () const |
Gets the target- const version. | |
TargetUnreachableException * | operator-> () |
Gets the object to which this pointer points to. | |
const TargetUnreachableException * | 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. |
|
Gets the target.
Reimplemented from rovsoft::io::IOExceptionPtr. |
|
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. |
|
Gets the object to which this pointer points to.
Reimplemented from rovsoft::io::IOExceptionPtr. |