Qt 4.8
Public Functions | Public Variables | List of all members
QPatternist::AutoPtrRef< T > Class Template Reference

#include <qautoptr_p.h>

Public Functions

 AutoPtrRef (T *const other)
 

Public Variables

T * m_ptr
 

Detailed Description

template<typename T>
class QPatternist::AutoPtrRef< T >

Definition at line 62 of file qautoptr_p.h.

Constructors and Destructors

◆ AutoPtrRef()

template<typename T>
QPatternist::AutoPtrRef< T >::AutoPtrRef ( T *const  other)
inlineexplicit

Definition at line 65 of file qautoptr_p.h.

65  : m_ptr(other)
66  {
67  }

Properties

◆ m_ptr

template<typename T>
T* QPatternist::AutoPtrRef< T >::m_ptr

The documentation for this class was generated from the following file: