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