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 | |
| RunCommand & | m_command |
| LoopBoundType | m_bounds |
| std::tuple< RemainingArgs... > | m_remaining_args |
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.
|
inline |
Définition à la ligne 89 du fichier RunCommandLoop.h.
|
inline |
Définition à la ligne 94 du fichier RunCommandLoop.h.
| LoopBoundType Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >::m_bounds |
Définition à la ligne 101 du fichier RunCommandLoop.h.
| RunCommand& Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >::m_command |
Définition à la ligne 100 du fichier RunCommandLoop.h.
| std::tuple<RemainingArgs...> Arcane::Accelerator::impl::ArrayBoundRunCommand< LoopBoundType, RemainingArgs >::m_remaining_args |
Définition à la ligne 102 du fichier RunCommandLoop.h.