#include <ByteTypeMessagePtr.hh>
Inheritance diagram for rovsoft::messages::ByteTypeMessagePtr:


Public Member Functions | |
| ByteTypeMessagePtr (ByteTypeMessage *ptr=0) | |
| ByteTypeMessagePtr (const ByteTypeMessagePtr &orig) | |
| ByteTypeMessage & | operator * () |
| Gets the target. | |
| const ByteTypeMessage & | operator * () const |
| Gets the target- const version. | |
| ByteTypeMessage * | operator-> () |
| Gets the object to which this pointer points to. | |
| const ByteTypeMessage * | 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::BoolCommandMessagePtr. |
|
|
Gets the target.
Reimplemented from rovsoft::messages::MessagePtr. Reimplemented in rovsoft::messages::BoolCommandMessagePtr. |
|
|
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::BoolCommandMessagePtr. |
|
|
Gets the object to which this pointer points to.
Reimplemented from rovsoft::messages::MessagePtr. Reimplemented in rovsoft::messages::BoolCommandMessagePtr. |
1.4.3