#include <autoptr.h>
Classes | |
| struct | reference |
Public Member Functions | |
| autoptr (const autoptr< X > &ap) | |
| autoptr (X *p=(X *)(0)) | |
| operator int () const | |
| const X & | operator* () const |
| X & | operator* () |
| autoptr & | operator= (const autoptr< X > &ap) |
| ~autoptr () | |
Public Attributes | |
| reference * | m_reference |
Definition at line 8 of file autoptr.h.
| GMapping::autoptr< X >::autoptr | ( | X * | p = (X*)(0) |
) | [inline] |
| GMapping::autoptr< X >::autoptr | ( | const autoptr< X > & | ap | ) | [inline] |
| GMapping::autoptr< X >::~autoptr | ( | ) | [inline] |
| GMapping::autoptr< X >::operator int | ( | ) | const [inline] |
| const X & GMapping::autoptr< X >::operator* | ( | ) | const [inline] |
| X & GMapping::autoptr< X >::operator* | ( | ) | [inline] |
| autoptr< X > & GMapping::autoptr< X >::operator= | ( | const autoptr< X > & | ap | ) | [inline] |
| reference* GMapping::autoptr< X >::m_reference |