Arcane  v4.1.1.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 <arccore/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 223 du fichier arccore/src/accelerator/arccore/accelerator/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

◆ 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

Documentation des données membres

◆ m_bounds

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

◆ m_command

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

◆ m_remaining_args

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

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