CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::FindIfAlgorithmFunctor::Graph< Executor, I > Class Template Reference

Public Member Functions

 Graph (const Executor &executor)
 
template<class P , class S , class Fun >
Async< Ilaunch (P p, I first, S last, S overallLast, Fun f)
 
template<class P , class S , class Fun >
Async< Ilaunch (P p, I first, S last, Fun f)
 

Private Attributes

const Executor & mExecutor
 

Detailed Description

template<class Executor, class I>
class CeresEngine::FindIfAlgorithmFunctor::Graph< Executor, I >
See also
ForEachAlgorithmFunctor::Graph

Constructor & Destructor Documentation

◆ Graph()

template<class Executor , class I >
CeresEngine::FindIfAlgorithmFunctor::Graph< Executor, I >::Graph ( const Executor &  executor)
inlineexplicit

Member Function Documentation

◆ launch() [1/2]

template<class Executor , class I >
template<class P , class S , class Fun >
Async< I > CeresEngine::FindIfAlgorithmFunctor::Graph< Executor, I >::launch ( P  p,
I  first,
S  last,
Fun  f 
)
inline

◆ launch() [2/2]

template<class Executor , class I >
template<class P , class S , class Fun >
Async< I > CeresEngine::FindIfAlgorithmFunctor::Graph< Executor, I >::launch ( P  p,
I  first,
S  last,
S  overallLast,
Fun  f 
)
inline

Member Data Documentation

◆ mExecutor

template<class Executor , class I >
const Executor& CeresEngine::FindIfAlgorithmFunctor::Graph< Executor, I >::mExecutor
private

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