The smart pointer type for the associated class
Definition at line 42 of file CAction.h.
#include <mrpt/slam/CAction.h>
Public Member Functions | |
CActionPtr () | |
CActionPtr (CAction *p) | |
CActionPtr (const mrpt::utils::CSerializablePtr &p) | |
CActionPtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CAction *p) |
CAction * | pointer () |
const CAction * | pointer () const |
CAction * | operator-> (void) |
const CAction * | operator-> (void) const |
CAction & | operator* (void) |
const CAction & | operator* (void) const |
mrpt::slam::CActionPtr::CActionPtr | ( | CAction * | p ) | [inline, explicit] |
mrpt::slam::CActionPtr::CActionPtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
mrpt::slam::CActionPtr::CActionPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
CAction& mrpt::slam::CActionPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::slam::CActionRobotMovement2DPtr, and mrpt::slam::CActionRobotMovement3DPtr.
const CAction& mrpt::slam::CActionPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::slam::CActionRobotMovement2DPtr, and mrpt::slam::CActionRobotMovement3DPtr.
const CAction* mrpt::slam::CActionPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::slam::CActionRobotMovement2DPtr, and mrpt::slam::CActionRobotMovement3DPtr.
CAction* mrpt::slam::CActionPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::slam::CActionRobotMovement2DPtr, and mrpt::slam::CActionRobotMovement3DPtr.
const CAction* mrpt::slam::CActionPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::slam::CActionRobotMovement2DPtr, and mrpt::slam::CActionRobotMovement3DPtr.
CAction* mrpt::slam::CActionPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Reimplemented in mrpt::slam::CActionRobotMovement2DPtr, and mrpt::slam::CActionRobotMovement3DPtr.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |