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