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

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