Arcane  v4.1.0.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >

Classe pour conserver les arguments d'une RunCommand. Plus de détails...

#include <arcane/accelerator/RunCommandLoop.h>

Fonctions membres publiques

 ArrayBoundRunCommand (RunCommand &command, const LoopBoundType &bounds)
 
 ArrayBoundRunCommand (RunCommand &command, const LoopBoundType &bounds, const std::tuple< RemainingArgs... > &args)
 

Attributs publics

RunCommandm_command
 
LoopBoundType m_bounds
 
std::tuple< RemainingArgs... > m_remaining_args
 

Description détaillée

template<typename LoopBoundType, typename... RemainingArgs>
class Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >

Classe pour conserver les arguments d'une RunCommand.

LoopBoundType est le type de la boucle. Par exemple, ce peut être une SimpleForLoopRanges ou une ComplexForLoopRanges.

Définition à la ligne 85 du fichier RunCommandLoop.h.

Documentation des constructeurs et destructeur

◆ ArrayBoundRunCommand() [1/2]

template<typename LoopBoundType, typename... RemainingArgs>
Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >::ArrayBoundRunCommand ( RunCommand & command,
const LoopBoundType & bounds )
inline

Définition à la ligne 89 du fichier RunCommandLoop.h.

◆ ArrayBoundRunCommand() [2/2]

template<typename LoopBoundType, typename... RemainingArgs>
Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >::ArrayBoundRunCommand ( RunCommand & command,
const LoopBoundType & bounds,
const std::tuple< RemainingArgs... > & args )
inline

Définition à la ligne 94 du fichier RunCommandLoop.h.

Documentation des données membres

◆ m_bounds

template<typename LoopBoundType, typename... RemainingArgs>
LoopBoundType Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >::m_bounds

Définition à la ligne 101 du fichier RunCommandLoop.h.

◆ m_command

template<typename LoopBoundType, typename... RemainingArgs>
RunCommand& Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >::m_command

Définition à la ligne 100 du fichier RunCommandLoop.h.

◆ m_remaining_args

template<typename LoopBoundType, typename... RemainingArgs>
std::tuple<RemainingArgs...> Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >::m_remaining_args

Définition à la ligne 102 du fichier RunCommandLoop.h.


La documentation de cette classe a été générée à partir du fichier suivant :