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

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