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::LoopForever Class Referencefinal

#include <tasktree.h>

+ Inheritance diagram for Tasking::LoopForever:
+ Collaboration diagram for Tasking::LoopForever:

Public Member Functions

 LoopForever ()
 
- 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 133 of file tasktree.h.

Constructor & Destructor Documentation

◆ LoopForever()

Tasking::LoopForever::LoopForever ( )
inline

Definition at line 136 of file tasktree.h.


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