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

Public Types | |
| typedef CPropertiesValuesList | value_type |
Public Member Functions | |
| CPropertiesValuesListPtr () | |
| CPropertiesValuesListPtr (CPropertiesValuesList *p) | |
| CPropertiesValuesListPtr (const mrpt::utils::CSerializablePtr &p) | |
| CPropertiesValuesListPtr (const mrpt::utils::CObjectPtr &p) | |
| void | setFromPointerDoNotFreeAtDtor (const CPropertiesValuesList *p) |
| CPropertiesValuesList * | pointer () |
| const CPropertiesValuesList * | pointer () const |
| CPropertiesValuesList * | operator-> (void) |
| const CPropertiesValuesList * | operator-> (void) const |
| CPropertiesValuesList & | operator* (void) |
| const CPropertiesValuesList & | operator* (void) const |
| void | setFromPointerDoNotFreeAtDtor (const CSerializable *p) |
Definition at line 41 of file CPropertiesValuesList.h.
| mrpt::utils::CPropertiesValuesListPtr::CPropertiesValuesListPtr | ( | ) | [inline] |
Definition at line 41 of file CPropertiesValuesList.h.
| mrpt::utils::CPropertiesValuesListPtr::CPropertiesValuesListPtr | ( | CPropertiesValuesList * | p | ) | [inline, explicit] |
Definition at line 41 of file CPropertiesValuesList.h.
| mrpt::utils::CPropertiesValuesListPtr::CPropertiesValuesListPtr | ( | const mrpt::utils::CSerializablePtr & | p | ) | [inline, explicit] |
Definition at line 41 of file CPropertiesValuesList.h.
| mrpt::utils::CPropertiesValuesListPtr::CPropertiesValuesListPtr | ( | const mrpt::utils::CObjectPtr & | p | ) | [inline, explicit] |
Definition at line 41 of file CPropertiesValuesList.h.
| CPropertiesValuesList& mrpt::utils::CPropertiesValuesListPtr::operator* | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file CPropertiesValuesList.h.
| const CPropertiesValuesList& mrpt::utils::CPropertiesValuesListPtr::operator* | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file CPropertiesValuesList.h.
| const CPropertiesValuesList* mrpt::utils::CPropertiesValuesListPtr::operator-> | ( | void | ) | const [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file CPropertiesValuesList.h.
| CPropertiesValuesList* mrpt::utils::CPropertiesValuesListPtr::operator-> | ( | void | ) | [inline] |
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file CPropertiesValuesList.h.
| CPropertiesValuesList* mrpt::utils::CPropertiesValuesListPtr::pointer | ( | void | ) | [inline] |
Return the internal plain C++ pointer
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file CPropertiesValuesList.h.
| const CPropertiesValuesList* mrpt::utils::CPropertiesValuesListPtr::pointer | ( | void | ) | const [inline] |
Return the internal plain C++ pointer (const)
Reimplemented from mrpt::utils::CSerializablePtr.
Definition at line 41 of file CPropertiesValuesList.h.
| void mrpt::utils::CPropertiesValuesListPtr::setFromPointerDoNotFreeAtDtor | ( | const CPropertiesValuesList * | p | ) | [inline] |
Definition at line 41 of file CPropertiesValuesList.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 |