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