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

mrpt::utils::CImagePtr Struct Reference


Detailed Description

The smart pointer type for the associated class

Definition at line 68 of file CImage.h.

#include <mrpt/utils/CImage.h>

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

List of all members.

Public Member Functions

 CImagePtr ()
 CImagePtr (CImage *p)
 CImagePtr (const mrpt::utils::CSerializablePtr &p)
 CImagePtr (const mrpt::utils::CObjectPtr &p)
void setFromPointerDoNotFreeAtDtor (const CImage *p)
CImagepointer ()
const CImagepointer () const
CImageoperator-> (void)
const CImageoperator-> (void) const
CImageoperator* (void)
const CImageoperator* (void) const

Constructor & Destructor Documentation

mrpt::utils::CImagePtr::CImagePtr (  ) [inline]

Definition at line 68 of file CImage.h.

mrpt::utils::CImagePtr::CImagePtr ( CImage p ) [inline, explicit]

Definition at line 68 of file CImage.h.

mrpt::utils::CImagePtr::CImagePtr ( const mrpt::utils::CSerializablePtr p ) [inline, explicit]

Definition at line 68 of file CImage.h.

mrpt::utils::CImagePtr::CImagePtr ( const mrpt::utils::CObjectPtr p ) [inline, explicit]

Definition at line 68 of file CImage.h.


Member Function Documentation

CImage& mrpt::utils::CImagePtr::operator* ( void   ) [inline]

Reimplemented from mrpt::utils::CSerializablePtr.

Definition at line 68 of file CImage.h.

const CImage& mrpt::utils::CImagePtr::operator* ( void   ) const [inline]

Reimplemented from mrpt::utils::CSerializablePtr.

Definition at line 68 of file CImage.h.

const CImage* mrpt::utils::CImagePtr::operator-> ( void   ) const [inline]

Reimplemented from mrpt::utils::CSerializablePtr.

Definition at line 68 of file CImage.h.

CImage* mrpt::utils::CImagePtr::operator-> ( void   ) [inline]

Reimplemented from mrpt::utils::CSerializablePtr.

Definition at line 68 of file CImage.h.

const CImage* mrpt::utils::CImagePtr::pointer ( void   ) const [inline]

Return the internal plain C++ pointer (const)

Reimplemented from mrpt::utils::CSerializablePtr.

Definition at line 68 of file CImage.h.

CImage* mrpt::utils::CImagePtr::pointer ( void   ) [inline]

Return the internal plain C++ pointer

Reimplemented from mrpt::utils::CSerializablePtr.

Definition at line 68 of file CImage.h.

void mrpt::utils::CImagePtr::setFromPointerDoNotFreeAtDtor ( const CImage p ) [inline]

Definition at line 68 of file CImage.h.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011