Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
DirectWriteScope< T > Struct Template Reference
+ Collaboration diagram for DirectWriteScope< T >:

Public Member Functions

 DirectWriteScope (T *res=nullptr)
 
 ~DirectWriteScope ()
 
T ** operator& ()
 
T * operator-> ()
 
T * operator* ()
 

Detailed Description

template<typename T>
struct DirectWriteScope< T >

Definition at line 22 of file qwindowsdirectwritefontdatabase.cpp.

Constructor & Destructor Documentation

◆ DirectWriteScope()

template<typename T >
DirectWriteScope< T >::DirectWriteScope ( T * res = nullptr)
inline

Definition at line 23 of file qwindowsdirectwritefontdatabase.cpp.

◆ ~DirectWriteScope()

template<typename T >
DirectWriteScope< T >::~DirectWriteScope ( )
inline

Definition at line 24 of file qwindowsdirectwritefontdatabase.cpp.

Member Function Documentation

◆ operator&()

template<typename T >
T ** DirectWriteScope< T >::operator& ( )
inline

Definition at line 29 of file qwindowsdirectwritefontdatabase.cpp.

◆ operator*()

template<typename T >
T * DirectWriteScope< T >::operator* ( )
inline

Definition at line 39 of file qwindowsdirectwritefontdatabase.cpp.

◆ operator->()

template<typename T >
T * DirectWriteScope< T >::operator-> ( )
inline

Definition at line 34 of file qwindowsdirectwritefontdatabase.cpp.


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