Qt 4.8
Public Functions | Properties | List of all members
QScopedLoopLevelCounter Class Reference

#include <qthread_p.h>

Public Functions

 QScopedLoopLevelCounter (QThreadData *threadData)
 
 ~QScopedLoopLevelCounter ()
 

Properties

QThreadDatathreadData
 

Detailed Description

Definition at line 278 of file qthread_p.h.

Constructors and Destructors

◆ QScopedLoopLevelCounter()

QScopedLoopLevelCounter::QScopedLoopLevelCounter ( QThreadData threadData)
inline

Definition at line 282 of file qthread_p.h.

283  : threadData(threadData)
284  { ++threadData->loopLevel; }
int loopLevel
Definition: qthread_p.h:263
QThreadData * threadData
Definition: qthread_p.h:280

◆ ~QScopedLoopLevelCounter()

QScopedLoopLevelCounter::~QScopedLoopLevelCounter ( )
inline

Definition at line 285 of file qthread_p.h.

286  { --threadData->loopLevel; }
int loopLevel
Definition: qthread_p.h:263
QThreadData * threadData
Definition: qthread_p.h:280

Properties

◆ threadData

QThreadData* QScopedLoopLevelCounter::threadData
private

Definition at line 280 of file qthread_p.h.


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