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