alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::const_iterator Class Reference

#include <IndependentElements.hpp>

Public Member Functions

ALPAKA_FN_ACC bool operator!= (const_iterator const &other) const
 
ALPAKA_FN_ACC Idx operator* () const
 
ALPAKA_FN_ACC const_iteratoroperator++ ()
 
ALPAKA_FN_ACC const_iterator operator++ (int)
 
ALPAKA_FN_ACC bool operator== (const_iterator const &other) const
 

Friends

class IndependentGroupsAlong
 

Detailed Description

template<typename TAcc, std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
class alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::const_iterator

Definition at line 92 of file IndependentElements.hpp.

Member Function Documentation

◆ operator!=()

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC bool alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::const_iterator::operator!= ( const_iterator const &  other) const
inline

Definition at line 135 of file IndependentElements.hpp.

◆ operator*()

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC Idx alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::const_iterator::operator* ( ) const
inline

Definition at line 104 of file IndependentElements.hpp.

◆ operator++() [1/2]

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC const_iterator& alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::const_iterator::operator++ ( )
inline

Definition at line 110 of file IndependentElements.hpp.

◆ operator++() [2/2]

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC const_iterator alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::const_iterator::operator++ ( int  )
inline

Definition at line 123 of file IndependentElements.hpp.

◆ operator==()

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC bool alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::const_iterator::operator== ( const_iterator const &  other) const
inline

Definition at line 130 of file IndependentElements.hpp.

Friends And Related Function Documentation

◆ IndependentGroupsAlong

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
friend class IndependentGroupsAlong
friend

Definition at line 94 of file IndependentElements.hpp.


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