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