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
fxcrt::AutoNuller< T > Class Template Reference

#include <autonuller.h>

+ Collaboration diagram for fxcrt::AutoNuller< T >:

Public Member Functions

 FX_STACK_ALLOCATED ()
 
 AutoNuller (T *location)
 
 ~AutoNuller ()
 
void AbandonNullification ()
 

Detailed Description

template<typename T>
class fxcrt::AutoNuller< T >

Definition at line 14 of file autonuller.h.

Constructor & Destructor Documentation

◆ AutoNuller()

template<typename T >
fxcrt::AutoNuller< T >::AutoNuller ( T * location)
inlineexplicit

Definition at line 18 of file autonuller.h.

◆ ~AutoNuller()

template<typename T >
fxcrt::AutoNuller< T >::~AutoNuller ( )
inline

Definition at line 19 of file autonuller.h.

Member Function Documentation

◆ AbandonNullification()

template<typename T >
void fxcrt::AutoNuller< T >::AbandonNullification ( )
inline

Definition at line 23 of file autonuller.h.

◆ FX_STACK_ALLOCATED()

template<typename T >
fxcrt::AutoNuller< T >::FX_STACK_ALLOCATED ( )

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