The smart pointer type for the associated class
Definition at line 62 of file CHMTSLAM.h.
#include <mrpt/hmtslam/CHMTSLAM.h>
Public Member Functions | |
CHMTSLAMPtr () | |
CHMTSLAMPtr (CHMTSLAM *p) | |
CHMTSLAMPtr (const mrpt::utils::CSerializablePtr &p) | |
CHMTSLAMPtr (const mrpt::utils::CObjectPtr &p) | |
void | setFromPointerDoNotFreeAtDtor (const CHMTSLAM *p) |
CHMTSLAM * | pointer () |
const CHMTSLAM * | pointer () const |
CHMTSLAM * | operator-> (void) |
const CHMTSLAM * | operator-> (void) const |
CHMTSLAM & | operator* (void) |
const CHMTSLAM & | operator* (void) const |
mrpt::hmtslam::CHMTSLAMPtr::CHMTSLAMPtr | ( | ) | [inline] |
Definition at line 62 of file CHMTSLAM.h.
mrpt::hmtslam::CHMTSLAMPtr::CHMTSLAMPtr | ( | CHMTSLAM * | p ) | [inline, explicit] |
Definition at line 62 of file CHMTSLAM.h.
mrpt::hmtslam::CHMTSLAMPtr::CHMTSLAMPtr | ( | const mrpt::utils::CSerializablePtr & | p ) | [inline, explicit] |
Definition at line 62 of file CHMTSLAM.h.
mrpt::hmtslam::CHMTSLAMPtr::CHMTSLAMPtr | ( | const mrpt::utils::CObjectPtr & | p ) | [inline, explicit] |
Definition at line 62 of file CHMTSLAM.h.
CHMTSLAM& mrpt::hmtslam::CHMTSLAMPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CHMTSLAM.h.
const CHMTSLAM& mrpt::hmtslam::CHMTSLAMPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CHMTSLAM.h.
const CHMTSLAM* mrpt::hmtslam::CHMTSLAMPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CHMTSLAM.h.
CHMTSLAM* mrpt::hmtslam::CHMTSLAMPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CHMTSLAM.h.
const CHMTSLAM* mrpt::hmtslam::CHMTSLAMPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CHMTSLAM.h.
CHMTSLAM* mrpt::hmtslam::CHMTSLAMPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 62 of file CHMTSLAM.h.
void mrpt::hmtslam::CHMTSLAMPtr::setFromPointerDoNotFreeAtDtor | ( | const CHMTSLAM * | p ) | [inline] |
Definition at line 62 of file CHMTSLAM.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |