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

Constructor & Destructor Documentation

◆ LoopList()

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

Definition at line 161 of file tasktree.h.

Member Function Documentation

◆ operator*()

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

Definition at line 163 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 162 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: