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

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