Main MRPT website > C++ reference
MRPT logo
List of all members | Public Types | Public Member Functions
mrpt::gui::CBaseGUIWindowPtr Struct Reference

Detailed Description

The smart pointer type for the associated class

Definition at line 51 of file CBaseGUIWindow.h.

#include <mrpt/gui/CBaseGUIWindow.h>

Inheritance diagram for mrpt::gui::CBaseGUIWindowPtr:
Inheritance graph
[legend]

Public Types

typedef CBaseGUIWindow value_type
 

Public Member Functions

 CBaseGUIWindowPtr ()
 
 CBaseGUIWindowPtr (CBaseGUIWindow *p)
 
 CBaseGUIWindowPtr (const CSerializablePtr &p)
 
 CBaseGUIWindowPtr (const mrpt::utils::CObjectPtr &p)
 
void setFromPointerDoNotFreeAtDtor (const CBaseGUIWindow *p)
 
CBaseGUIWindowpointer ()
 
const CBaseGUIWindowpointer () const
 
CBaseGUIWindowoperator-> (void)
 
const CBaseGUIWindowoperator-> (void) const
 
CBaseGUIWindowoperator* (void)
 
const CBaseGUIWindowoperator* (void) const
 

Member Typedef Documentation

Definition at line 51 of file CBaseGUIWindow.h.

Constructor & Destructor Documentation

mrpt::gui::CBaseGUIWindowPtr::CBaseGUIWindowPtr ( )
inline

Definition at line 51 of file CBaseGUIWindow.h.

mrpt::gui::CBaseGUIWindowPtr::CBaseGUIWindowPtr ( CBaseGUIWindow p)
inlineexplicit

Definition at line 51 of file CBaseGUIWindow.h.

mrpt::gui::CBaseGUIWindowPtr::CBaseGUIWindowPtr ( const CSerializablePtr p)
inlineexplicit

Definition at line 51 of file CBaseGUIWindow.h.

mrpt::gui::CBaseGUIWindowPtr::CBaseGUIWindowPtr ( const mrpt::utils::CObjectPtr p)
inlineexplicit

Definition at line 51 of file CBaseGUIWindow.h.

Member Function Documentation

CBaseGUIWindow& mrpt::gui::CBaseGUIWindowPtr::operator* ( void  )
inline

Definition at line 51 of file CBaseGUIWindow.h.

const CBaseGUIWindow& mrpt::gui::CBaseGUIWindowPtr::operator* ( void  ) const
inline

Definition at line 51 of file CBaseGUIWindow.h.

const CBaseGUIWindow* mrpt::gui::CBaseGUIWindowPtr::operator-> ( void  ) const
inline

Definition at line 51 of file CBaseGUIWindow.h.

CBaseGUIWindow* mrpt::gui::CBaseGUIWindowPtr::operator-> ( void  )
inline

Definition at line 51 of file CBaseGUIWindow.h.

const CBaseGUIWindow* mrpt::gui::CBaseGUIWindowPtr::pointer ( void  ) const
inline

Return the internal plain C++ pointer (const)

Definition at line 51 of file CBaseGUIWindow.h.

CBaseGUIWindow* mrpt::gui::CBaseGUIWindowPtr::pointer ( void  )
inline

Return the internal plain C++ pointer

Definition at line 51 of file CBaseGUIWindow.h.

void mrpt::gui::CBaseGUIWindowPtr::setFromPointerDoNotFreeAtDtor ( const CBaseGUIWindow p)
inline

Definition at line 51 of file CBaseGUIWindow.h.




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013