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