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
FakePointer< T > Class Template Reference
+ Collaboration diagram for FakePointer< T >:

Public Member Functions

operator* () const
 
void operator delete (void *)
 

Static Public Member Functions

static FakePointercreate (T thing)
 

Detailed Description

template<typename T>
class FakePointer< T >

Definition at line 924 of file qwindowstheme.cpp.

Member Function Documentation

◆ create()

template<typename T >
static FakePointer * FakePointer< T >::create ( T thing)
inlinestatic

Definition at line 930 of file qwindowstheme.cpp.

◆ operator delete()

template<typename T >
void FakePointer< T >::operator delete ( void * )
inline

Definition at line 940 of file qwindowstheme.cpp.

◆ operator*()

template<typename T >
T FakePointer< T >::operator* ( ) const
inline

Definition at line 935 of file qwindowstheme.cpp.


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