The smart pointer type for the associated class
Definition at line 49 of file CHMHMapNode.h.
#include <mrpt/hmtslam/CHMHMapNode.h>

Public Member Functions | |
| CHMHMapNodePtr () | |
| CHMHMapNodePtr (CHMHMapNode *p) | |
| CHMHMapNodePtr (const mrpt::utils::CSerializablePtr &p) | |
| CHMHMapNodePtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CHMHMapNode *p) |
| CHMHMapNode * | pointer () |
| const CHMHMapNode * | pointer () const |
| CHMHMapNode * | operator-> (void) |
| const CHMHMapNode * | operator-> (void) const |
| CHMHMapNode & | operator* (void) |
| const CHMHMapNode & | operator* (void) const |
| mrpt::hmtslam::CHMHMapNodePtr::CHMHMapNodePtr | ( | ) | [inline] |
Definition at line 49 of file CHMHMapNode.h.
| mrpt::hmtslam::CHMHMapNodePtr::CHMHMapNodePtr | ( | CHMHMapNode * | p ) | [inline, explicit] |
Definition at line 49 of file CHMHMapNode.h.
| mrpt::hmtslam::CHMHMapNodePtr::CHMHMapNodePtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
Definition at line 49 of file CHMHMapNode.h.
| mrpt::hmtslam::CHMHMapNodePtr::CHMHMapNodePtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 49 of file CHMHMapNode.h.
| CHMHMapNode& mrpt::hmtslam::CHMHMapNodePtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 49 of file CHMHMapNode.h.
| const CHMHMapNode& mrpt::hmtslam::CHMHMapNodePtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 49 of file CHMHMapNode.h.
| const CHMHMapNode* mrpt::hmtslam::CHMHMapNodePtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 49 of file CHMHMapNode.h.
| CHMHMapNode* mrpt::hmtslam::CHMHMapNodePtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 49 of file CHMHMapNode.h.
| const CHMHMapNode* mrpt::hmtslam::CHMHMapNodePtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 49 of file CHMHMapNode.h.
| CHMHMapNode* mrpt::hmtslam::CHMHMapNodePtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 49 of file CHMHMapNode.h.
| void mrpt::hmtslam::CHMHMapNodePtr::setFromPointerDoNotFreeAtDtor | ( | const CHMHMapNode * | p ) | [inline] |
Definition at line 49 of file CHMHMapNode.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |