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