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

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