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

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