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