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