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
Tasking::LoopRepeat Class Referencefinal

#include <tasktree.h>

+ Inheritance diagram for Tasking::LoopRepeat:
+ Collaboration diagram for Tasking::LoopRepeat:

Public Member Functions

 LoopRepeat (int count)
 
- Public Member Functions inherited from Tasking::Loop
int iteration () const
 

Additional Inherited Members

- Public Types inherited from Tasking::Loop
using Condition = std::function<bool(int)>
 
using ValueGetter = std::function<const void *(int)>
 
- Protected Member Functions inherited from Tasking::Loop
 Loop ()
 
 Loop (int count, const ValueGetter &valueGetter={})
 
 Loop (const Condition &condition)
 
const voidvaluePtr () const
 

Detailed Description

Definition at line 139 of file tasktree.h.

Constructor & Destructor Documentation

◆ LoopRepeat()

Tasking::LoopRepeat::LoopRepeat ( int count)
inline

Definition at line 142 of file tasktree.h.


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