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

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