#include <AMReX_BinIterator.H>
Public Member Functions | |
AMREX_GPU_HOST_DEVICE | iterator (index_type start, index_type stop, const index_type *a_perm, const_pointer_input_type a_items) |
AMREX_GPU_HOST_DEVICE void | operator++ () |
AMREX_GPU_HOST_DEVICE bool | operator!= (iterator const &) const |
AMREX_GPU_HOST_DEVICE auto | operator* () const |
Private Attributes | |
const_pointer_type | m_items |
const index_type * | m_perm |
index_type | m_index |
index_type | m_stop |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |