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