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
QFutureInterfaceBasePrivate::RefCount Class Reference

#include <qfutureinterface_p.h>

+ Collaboration diagram for QFutureInterfaceBasePrivate::RefCount:

Public Member Functions

 RefCount (int r=0, int rt=0)
 
bool ref ()
 
bool deref ()
 
int load () const
 
bool refT ()
 
bool derefT ()
 
int loadT () const
 

Detailed Description

Definition at line 95 of file qfutureinterface_p.h.

Constructor & Destructor Documentation

◆ RefCount()

QFutureInterfaceBasePrivate::RefCount::RefCount ( int r = 0,
int rt = 0 )
inline

Definition at line 98 of file qfutureinterface_p.h.

Member Function Documentation

◆ deref()

bool QFutureInterfaceBasePrivate::RefCount::deref ( )
inline

Definition at line 102 of file qfutureinterface_p.h.

References QBasicAtomicInteger< T >::deref().

Referenced by QFutureInterfaceBase::~QFutureInterfaceBase().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ derefT()

bool QFutureInterfaceBasePrivate::RefCount::derefT ( )
inline

Definition at line 106 of file qfutureinterface_p.h.

References QBasicAtomicInteger< T >::deref().

Referenced by QFutureInterfaceBase::derefT().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ load()

int QFutureInterfaceBasePrivate::RefCount::load ( ) const
inline

Definition at line 103 of file qfutureinterface_p.h.

References QBasicAtomicInteger< T >::loadRelaxed().

+ Here is the call graph for this function:

◆ loadT()

int QFutureInterfaceBasePrivate::RefCount::loadT ( ) const
inline

Definition at line 107 of file qfutureinterface_p.h.

References QBasicAtomicInteger< T >::loadRelaxed().

+ Here is the call graph for this function:

◆ ref()

bool QFutureInterfaceBasePrivate::RefCount::ref ( )
inline

Definition at line 101 of file qfutureinterface_p.h.

References QBasicAtomicInteger< T >::ref().

Referenced by QFutureInterfaceBase::QFutureInterfaceBase().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ refT()

bool QFutureInterfaceBasePrivate::RefCount::refT ( )
inline

Definition at line 105 of file qfutureinterface_p.h.

References QBasicAtomicInteger< T >::ref().

Referenced by QFutureInterfaceBase::refT().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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