QtBase  v6.3.1
Public Slots | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
Callable Struct Reference

Public Slots

 Callable ()
 

Public Member Functions

void operator() (QPromise< double > &promise, int n) const
 
 Callable (const Callable &other)
 
 Callable (Callable &&other)
 
void operator() ()
 

Static Public Member Functions

static void resetCounts ()
 

Static Public Attributes

static int copied = 0
 
static int moved = 0
 

Detailed Description

Definition at line 1123 of file tst_qtconcurrentrun.cpp.

Constructor & Destructor Documentation

◆ Callable() [1/2]

Callable::Callable ( const Callable other)
inline

Definition at line 69 of file tst_qscopeguard.cpp.

Here is the call graph for this function:

◆ Callable() [2/2]

Callable::Callable ( Callable &&  other)
inline

Definition at line 74 of file tst_qscopeguard.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ Callable

Callable::Callable ( )
inlineslot

Definition at line 68 of file tst_qscopeguard.cpp.

◆ operator()() [1/2]

void Callable::operator() ( )
inline

Definition at line 79 of file tst_qscopeguard.cpp.

◆ operator()() [2/2]

void Callable::operator() ( QPromise< double > &  promise,
int  n 
) const
inline

Definition at line 1125 of file tst_qtconcurrentrun.cpp.

Here is the call graph for this function:

◆ resetCounts()

static void Callable::resetCounts ( )
inlinestatic

Definition at line 83 of file tst_qscopeguard.cpp.

Member Data Documentation

◆ copied

int Callable::copied = 0
static

Definition at line 81 of file tst_qscopeguard.cpp.

◆ moved

int Callable::moved = 0
static

Definition at line 82 of file tst_qscopeguard.cpp.


The documentation for this struct was generated from the following files: