Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FakePointer< T > Class Template Reference
Collaboration diagram for FakePointer< T >:

Public Member Functions

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

Static Public Member Functions

static FakePointercreate (T thing)
static FakePointercreate (T thing)

Detailed Description

template<typename T>
class FakePointer< T >

Definition at line 1063 of file qwindowstheme.cpp.

Member Function Documentation

◆ create() [1/2]

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

Definition at line 1069 of file qwindowstheme.cpp.

◆ create() [2/2]

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

Definition at line 1069 of file qwindowstheme.cpp.

◆ operator delete() [1/2]

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

Definition at line 1079 of file qwindowstheme.cpp.

◆ operator delete() [2/2]

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

Definition at line 1079 of file qwindowstheme.cpp.

◆ operator*() [1/2]

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

Definition at line 1074 of file qwindowstheme.cpp.

◆ operator*() [2/2]

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

Definition at line 1074 of file qwindowstheme.cpp.


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