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

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 |
| 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.
| 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.
| 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.
| void mrpt::utils::CPropertiesValuesListPtr::setFromPointerDoNotFreeAtDtor | ( | const CPropertiesValuesList * | p ) | [inline] |
Definition at line 41 of file CPropertiesValuesList.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |