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

Public Member Functions

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

Private Attributes

const Executor & mExecutor
 

Detailed Description

template<class Executor>
class CeresEngine::AllOfAlgorithmFunctor::Graph< Executor >
See also
ForEachAlgorithmFunctor::Graph

Constructor & Destructor Documentation

◆ Graph()

template<class Executor >
CeresEngine::AllOfAlgorithmFunctor::Graph< Executor >::Graph ( const Executor &  executor)
inlineexplicit

Member Function Documentation

◆ launch()

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

Member Data Documentation

◆ mExecutor

template<class Executor >
const Executor& CeresEngine::AllOfAlgorithmFunctor::Graph< Executor >::mExecutor
private

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