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
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 145 of file tasktree.h.

Constructor & Destructor Documentation

◆ LoopRepeat()

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

Definition at line 148 of file tasktree.h.


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