The smart pointer type for the associated class
Definition at line 38 of file CTypeSelector.h.
#include <mrpt/utils/CTypeSelector.h>

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