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

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