#include <ReadOnlyExceptionPtr.hh>
Inheritance diagram for rovsoft::io::ReadOnlyExceptionPtr:


Public Member Functions | |
| ReadOnlyExceptionPtr (ReadOnlyException *ptr=0) | |
| ReadOnlyExceptionPtr (const ReadOnlyExceptionPtr &orig) | |
| ReadOnlyException & | operator * () |
| Gets the target. | |
| const ReadOnlyException & | operator * () const |
| Gets the target- const version. | |
| ReadOnlyException * | operator-> () |
| Gets the object to which this pointer points to. | |
| const ReadOnlyException * | 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. |
1.4.3