The smart pointer type for the associated class
#include <mrpt/slam/CAction.h>

Public Types | |
| typedef CAction | value_type |
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 |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Reimplemented in mrpt::slam::CActionRobotMovement2DPtr, and mrpt::slam::CActionRobotMovement3DPtr.
| 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.
| 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.
| 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.
| void mrpt::slam::CActionPtr::setFromPointerDoNotFreeAtDtor | ( | const CAction * | p | ) | [inline] |
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |