#include <AMReX_BinIterator.H>
Public Member Functions | |
| __host__ __device__ | iterator (index_type start, index_type stop, const index_type *a_perm, const_pointer_input_type a_items) |
| __host__ __device__ void | operator++ () |
| __host__ __device__ bool | operator!= (iterator const &) const |
| __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 |