Main MRPT website > C++ reference
MRPT logo
Public Member Functions

mrpt::utils::CMemoryChunkPtr Struct Reference


Detailed Description

The smart pointer type for the associated class

Definition at line 42 of file CMemoryChunk.h.

#include <mrpt/utils/CMemoryChunk.h>

Inheritance diagram for mrpt::utils::CMemoryChunkPtr:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CMemoryChunkPtr ()
 CMemoryChunkPtr (CMemoryChunk *p)
 CMemoryChunkPtr (const mrpt::utils::CSerializablePtr &p)
 CMemoryChunkPtr (const mrpt::utils::CObjectPtr &p)
void setFromPointerDoNotFreeAtDtor (const CMemoryChunk *p)
CMemoryChunkpointer ()
const CMemoryChunkpointer () const
CMemoryChunkoperator-> (void)
const CMemoryChunkoperator-> (void) const
CMemoryChunkoperator* (void)
const CMemoryChunkoperator* (void) const

Constructor & Destructor Documentation

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.


Member Function Documentation

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.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011