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