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::LoopList< T > Class Template Referencefinal

#include <tasktree.h>

+ Inheritance diagram for Tasking::LoopList< T >:
+ Collaboration diagram for Tasking::LoopList< T >:

Public Member Functions

 LoopList (const QList< T > &list)
 
const T * operator-> () const
 
const T & operator* () const
 
- 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

template<typename T>
class Tasking::LoopList< T >

Definition at line 152 of file tasktree.h.

Constructor & Destructor Documentation

◆ LoopList()

template<typename T >
Tasking::LoopList< T >::LoopList ( const QList< T > & list)
inline

Definition at line 155 of file tasktree.h.

References QList< T >::at(), i, and list.

+ Here is the call graph for this function:

Member Function Documentation

◆ operator*()

template<typename T >
const T & Tasking::LoopList< T >::operator* ( ) const
inline

Definition at line 157 of file tasktree.h.

References Tasking::Loop::valuePtr().

+ Here is the call graph for this function:

◆ operator->()

template<typename T >
const T * Tasking::LoopList< T >::operator-> ( ) const
inline

Definition at line 156 of file tasktree.h.

References Tasking::Loop::valuePtr().

+ Here is the call graph for this function:

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