The smart pointer type for the associated class
Definition at line 74 of file HMT_SLAM_common.h.
#include <mrpt/hmtslam/HMT_SLAM_common.h>
Public Member Functions | |
CHMHMapArcPtr () | |
CHMHMapArcPtr (CHMHMapArc *p) | |
CHMHMapArcPtr (const mrpt::utils::CSerializablePtr &p) | |
CHMHMapArcPtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CHMHMapArc *p) |
CHMHMapArc * | pointer () |
const CHMHMapArc * | pointer () const |
CHMHMapArc * | operator-> (void) |
const CHMHMapArc * | operator-> (void) const |
CHMHMapArc & | operator* (void) |
const CHMHMapArc & | operator* (void) const |
mrpt::hmtslam::CHMHMapArcPtr::CHMHMapArcPtr | ( | ) | [inline] |
Definition at line 74 of file HMT_SLAM_common.h.
mrpt::hmtslam::CHMHMapArcPtr::CHMHMapArcPtr | ( | CHMHMapArc * | p | ) | [inline, explicit] |
Definition at line 74 of file HMT_SLAM_common.h.
mrpt::hmtslam::CHMHMapArcPtr::CHMHMapArcPtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 74 of file HMT_SLAM_common.h.
mrpt::hmtslam::CHMHMapArcPtr::CHMHMapArcPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 74 of file HMT_SLAM_common.h.
CHMHMapArc& mrpt::hmtslam::CHMHMapArcPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 74 of file HMT_SLAM_common.h.
const CHMHMapArc& mrpt::hmtslam::CHMHMapArcPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 74 of file HMT_SLAM_common.h.
const CHMHMapArc* mrpt::hmtslam::CHMHMapArcPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 74 of file HMT_SLAM_common.h.
CHMHMapArc* mrpt::hmtslam::CHMHMapArcPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 74 of file HMT_SLAM_common.h.
const CHMHMapArc* mrpt::hmtslam::CHMHMapArcPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 74 of file HMT_SLAM_common.h.
CHMHMapArc* mrpt::hmtslam::CHMHMapArcPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 74 of file HMT_SLAM_common.h.
void mrpt::hmtslam::CHMHMapArcPtr::setFromPointerDoNotFreeAtDtor | ( | const CHMHMapArc * | p | ) | [inline] |
Definition at line 74 of file HMT_SLAM_common.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |