#include <detail/scheduler/leaves_collection.hpp>
Public Types | |
using | HostT = typename Ref< IsConst, LeavesCollection >::type |
using | GCItT = typename Iterator< IsConst, GenericCommandsT >::type |
using | HACItT = typename Iterator< IsConst, HostAccessorCommandsT >::type |
Public Member Functions | |
IteratorT (HostT Host, GCItT GCIt) | |
IteratorT (HostT Host, HACItT HACIt) | |
IteratorT (const IteratorT< IsConst > &Other) | |
IteratorT (IteratorT< IsConst > &&Other) | |
bool | operator== (const IteratorT< IsConst > &Rhs) const |
bool | operator!= (const IteratorT< IsConst > &Rhs) const |
IteratorT & | operator= (const IteratorT< IsConst > &)=delete |
IteratorT< IsConst > & | operator++ () |
IteratorT< IsConst > | operator++ (int) |
value_type | operator* () const |
Definition at line 177 of file leaves_collection.hpp.
using sycl::_V1::detail::LeavesCollection::IteratorT< IsConst >::GCItT = typename Iterator<IsConst, GenericCommandsT>::type |
Definition at line 180 of file leaves_collection.hpp.
using sycl::_V1::detail::LeavesCollection::IteratorT< IsConst >::HACItT = typename Iterator<IsConst, HostAccessorCommandsT>::type |
Definition at line 181 of file leaves_collection.hpp.
using sycl::_V1::detail::LeavesCollection::IteratorT< IsConst >::HostT = typename Ref<IsConst, LeavesCollection>::type |
Definition at line 179 of file leaves_collection.hpp.
|
inline |
Definition at line 195 of file leaves_collection.hpp.
|
inline |
Definition at line 198 of file leaves_collection.hpp.
|
inline |
Definition at line 202 of file leaves_collection.hpp.
|
inline |
Definition at line 206 of file leaves_collection.hpp.
|
inline |
Definition at line 218 of file leaves_collection.hpp.
|
inline |
Definition at line 240 of file leaves_collection.hpp.
|
inline |
Definition at line 227 of file leaves_collection.hpp.
|
inline |
Definition at line 233 of file leaves_collection.hpp.
|
delete |
|
inline |
Definition at line 212 of file leaves_collection.hpp.