Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QSvgRefCounter< T > Class Template Reference

#include <qsvgstyle_p.h>

+ Collaboration diagram for QSvgRefCounter< T >:

Public Member Functions

 QSvgRefCounter ()
 
 QSvgRefCounter (T *_t)
 
 QSvgRefCounter (const QSvgRefCounter &other)
 
QSvgRefCounteroperator= (T *_t)
 
QSvgRefCounteroperator= (const QSvgRefCounter &other)
 
 ~QSvgRefCounter ()
 
T * operator-> () const
 
 operator T* () const
 

Detailed Description

template<class T>
class QSvgRefCounter< T >

Definition at line 34 of file qsvgstyle_p.h.

Constructor & Destructor Documentation

◆ QSvgRefCounter() [1/3]

template<class T >
QSvgRefCounter< T >::QSvgRefCounter ( )
inline

Definition at line 37 of file qsvgstyle_p.h.

◆ QSvgRefCounter() [2/3]

template<class T >
QSvgRefCounter< T >::QSvgRefCounter ( T *  _t)
inline

Definition at line 38 of file qsvgstyle_p.h.

◆ QSvgRefCounter() [3/3]

template<class T >
QSvgRefCounter< T >::QSvgRefCounter ( const QSvgRefCounter< T > &  other)
inline

Definition at line 44 of file qsvgstyle_p.h.

References other().

+ Here is the call graph for this function:

◆ ~QSvgRefCounter()

template<class T >
QSvgRefCounter< T >::~QSvgRefCounter ( )
inline

Definition at line 68 of file qsvgstyle_p.h.

Member Function Documentation

◆ operator T*()

template<class T >
QSvgRefCounter< T >::operator T* ( ) const
inline

Definition at line 75 of file qsvgstyle_p.h.

◆ operator->()

template<class T >
T * QSvgRefCounter< T >::operator-> ( ) const
inline

Definition at line 74 of file qsvgstyle_p.h.

◆ operator=() [1/2]

template<class T >
QSvgRefCounter & QSvgRefCounter< T >::operator= ( const QSvgRefCounter< T > &  other)
inline

Definition at line 59 of file qsvgstyle_p.h.

References other().

+ Here is the call graph for this function:

◆ operator=() [2/2]

template<class T >
QSvgRefCounter & QSvgRefCounter< T >::operator= ( T *  _t)
inline

Definition at line 50 of file qsvgstyle_p.h.


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