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

Constructor & Destructor Documentation

◆ LoopForever()

Tasking::LoopForever::LoopForever ( )
inline

Definition at line 142 of file tasktree.h.

References Tasking::Loop::Loop().

Here is the call graph for this function:

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