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