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

Public Types | |
| typedef CRobotPosesGraph | value_type |
Public Member Functions | |
| CRobotPosesGraphPtr () | |
| CRobotPosesGraphPtr (CRobotPosesGraph *p) | |
| CRobotPosesGraphPtr (const mrpt::utils::CSerializablePtr &p) | |
| CRobotPosesGraphPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CRobotPosesGraph *p) |
| CRobotPosesGraph * | pointer () |
| const CRobotPosesGraph * | pointer () const |
| CRobotPosesGraph * | operator-> (void) |
| const CRobotPosesGraph * | operator-> (void) const |
| CRobotPosesGraph & | operator* (void) |
| const CRobotPosesGraph & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Definition at line 53 of file CRobotPosesGraph.h.
| mrpt::hmtslam::CRobotPosesGraphPtr::CRobotPosesGraphPtr | ( | ) | [inline] |
Definition at line 53 of file CRobotPosesGraph.h.
| mrpt::hmtslam::CRobotPosesGraphPtr::CRobotPosesGraphPtr | ( | CRobotPosesGraph * | p | ) | [inline, explicit] |
Definition at line 53 of file CRobotPosesGraph.h.
| mrpt::hmtslam::CRobotPosesGraphPtr::CRobotPosesGraphPtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 53 of file CRobotPosesGraph.h.
| mrpt::hmtslam::CRobotPosesGraphPtr::CRobotPosesGraphPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 53 of file CRobotPosesGraph.h.
| CRobotPosesGraph& mrpt::hmtslam::CRobotPosesGraphPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 53 of file CRobotPosesGraph.h.
| const CRobotPosesGraph& mrpt::hmtslam::CRobotPosesGraphPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 53 of file CRobotPosesGraph.h.
| const CRobotPosesGraph* mrpt::hmtslam::CRobotPosesGraphPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 53 of file CRobotPosesGraph.h.
| CRobotPosesGraph* mrpt::hmtslam::CRobotPosesGraphPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 53 of file CRobotPosesGraph.h.
| CRobotPosesGraph* mrpt::hmtslam::CRobotPosesGraphPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 53 of file CRobotPosesGraph.h.
| const CRobotPosesGraph* mrpt::hmtslam::CRobotPosesGraphPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 53 of file CRobotPosesGraph.h.
| void mrpt::utils::CSerializablePtr::setFromPointerDoNotFreeAtDtor | ( | const CSerializable * | p | ) | [inline, inherited] |
Definition at line 45 of file CSerializable.h.
| void mrpt::hmtslam::CRobotPosesGraphPtr::setFromPointerDoNotFreeAtDtor | ( | const CRobotPosesGraph * | p | ) | [inline] |
Definition at line 53 of file CRobotPosesGraph.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |