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
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 96 of file qfutureinterface_p.h.

Constructor & Destructor Documentation

◆ RefCount()

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

Definition at line 99 of file qfutureinterface_p.h.

References RefCount().

Referenced by RefCount().

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

Member Function Documentation

◆ deref()

bool QFutureInterfaceBasePrivate::RefCount::deref ( )
inline

Definition at line 103 of file qfutureinterface_p.h.

◆ derefT()

bool QFutureInterfaceBasePrivate::RefCount::derefT ( )
inline

Definition at line 107 of file qfutureinterface_p.h.

◆ load()

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

Definition at line 104 of file qfutureinterface_p.h.

◆ loadT()

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

Definition at line 108 of file qfutureinterface_p.h.

◆ ref()

bool QFutureInterfaceBasePrivate::RefCount::ref ( )
inline

Definition at line 102 of file qfutureinterface_p.h.

◆ refT()

bool QFutureInterfaceBasePrivate::RefCount::refT ( )
inline

Definition at line 106 of file qfutureinterface_p.h.


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