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