QPointer< T > Class Template Reference
#include <qpointer.h>
template<class T>
class QPointer< T >
Definition at line 54 of file qpointer.h.
T* operator-> |
( |
void |
| ) |
const |
|
inline |
Definition at line 73 of file qpointer.h.
74 {
return static_cast<T*
>(
const_cast<QObject*
>(o)); }
Definition at line 75 of file qpointer.h.
76 {
return *
static_cast<T*
>(
const_cast<QObject*
>(o)); }
Definition at line 77 of file qpointer.h.
78 {
return static_cast<T*
>(
const_cast<QObject*
>(o)); }
Definition at line 79 of file qpointer.h.
80 {
return static_cast<T*
>(
const_cast<QObject*
>(o)); }
The documentation for this class was generated from the following file: